Uses of Interface
net.automatalib.common.smartcollection.IntSeq
-
Packages that use IntSeq Package Description net.automatalib.common.smartcollection This package contains efficient implementations for various collection data structures (especially linked lists and priority queues), which have very insufficient implementation in the Java Collections Framework that makes it hard or even impossible to exploit their efficiencies.net.automatalib.word This package contains the basic classes concerning words. -
-
Uses of IntSeq in net.automatalib.common.smartcollection
Methods in net.automatalib.common.smartcollection that return IntSeq Modifier and Type Method Description static IntSeq
IntSeq. of(int... ints)
static IntSeq
IntSeq. of(List<Integer> ints)
-
Uses of IntSeq in net.automatalib.word
Methods in net.automatalib.word that return IntSeq Modifier and Type Method Description IntSeq
Word. asIntSeq(ToIntFunction<I> indexFunction)
-