A B C D E F G H I L M N P R S T U V W 

A

AbstractMutableNumericID - Class in net.automatalib.commons.util.nid
 
AbstractMutableNumericID() - Constructor for class net.automatalib.commons.util.nid.AbstractMutableNumericID
 
AbstractPrintable - Class in net.automatalib.commons.util.strings
Abstract base class for printables.
AbstractPrintable() - Constructor for class net.automatalib.commons.util.strings.AbstractPrintable
 
add(Character) - Method in class net.automatalib.commons.util.collections.CharRangeIterator
 
add(Integer) - Method in class net.automatalib.commons.util.collections.IntRangeIterator
 
add(T) - Method in class net.automatalib.commons.util.nid.DynamicList
 
addAll(Collection<E>, Iterable<? extends E>) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
Adds all elements from an iterable to a collection.
addListener(IDChangeListener<T>, boolean) - Method in class net.automatalib.commons.util.nid.IDChangeNotifier
 
advance() - Method in class net.automatalib.commons.util.collections.TwoLevelIterator
 
allCombinations(Iterable<T>...) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
 
allTuples(Iterable<T>, int, int) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
 
allTuples(Iterable<T>, int) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
 
appendArray(Appendable, Object[], String) - Static method in class net.automatalib.commons.util.strings.StringUtil
 
appendArrayEnquoted(Appendable, Object[], String) - Static method in class net.automatalib.commons.util.strings.StringUtil
 
appendIterable(Appendable, Iterable<?>, String) - Static method in class net.automatalib.commons.util.strings.StringUtil
 
appendIterableEnquoted(Appendable, Iterable<?>, String) - Static method in class net.automatalib.commons.util.strings.StringUtil
 
appendObject(Appendable, Object) - Static method in class net.automatalib.commons.util.strings.StringUtil
 
appendStringIndex(Appendable, int) - Method in class net.automatalib.commons.util.strings.StringIndexGenerator
 
appendStringIndex(StringBuilder, int) - Method in class net.automatalib.commons.util.strings.StringIndexGenerator
 
apply(Mapping<? super D, R>, Collection<? extends D>) - Static method in class net.automatalib.commons.util.mappings.Mappings
Applies a mapping to a collection, resulting in a collection containing the result of applying the specified mapping to each element in the collection.
apply(Mapping<? super D, R>, List<? extends D>) - Static method in class net.automatalib.commons.util.mappings.Mappings
Applies a mapping to a list, resulting in a list containing the result of applying the specified mapping to each element in the list.
apply(Mapping<? super D, R>, Iterable<? extends D>) - Static method in class net.automatalib.commons.util.mappings.Mappings
Applies a mapping to an iterable.
apply(Mapping<? super D, R>, Iterator<? extends D>) - Static method in class net.automatalib.commons.util.mappings.Mappings
Applies a mapping to an iterator.
array - Variable in class net.automatalib.commons.util.array.ResizingArrayStorage
 
array - Variable in class net.automatalib.commons.util.array.ResizingIntArray
The storage array.
array - Variable in class net.automatalib.commons.util.array.ResizingObjectArray
The storage array.
ArrayMapping<K extends NumericID,V> - Class in net.automatalib.commons.util.mappings
 
ArrayMapping() - Constructor for class net.automatalib.commons.util.mappings.ArrayMapping
 
ArrayMapping(int) - Constructor for class net.automatalib.commons.util.mappings.ArrayMapping
 
ArrayWritable<T> - Interface in net.automatalib.commons.util.array
Unified interface for (collection) classes that allow writing their contents to an array.
asPair1() - Method in class net.automatalib.commons.util.Triple
Deprecated.
 
asPair2() - Method in class net.automatalib.commons.util.Triple
Deprecated.
 
AWUtil - Class in net.automatalib.commons.util.array
Utility class for writing containers to arrays.

B

BitSetIterator - Class in net.automatalib.commons.util
Iterator for iterating over a BitSet like over a normal collection.
BitSetIterator(BitSet) - Constructor for class net.automatalib.commons.util.BitSetIterator
Constructor.
booleanValue(Boolean, boolean) - Static method in class net.automatalib.commons.util.WrapperUtil
 
booleanValue(Boolean) - Static method in class net.automatalib.commons.util.WrapperUtil
 

C

calculateNext() - Method in class net.automatalib.commons.util.collections.SimplifiedIterator
 
charGet(int) - Method in class net.automatalib.commons.util.collections.CharRange
 
CharRange - Class in net.automatalib.commons.util.collections
 
CharRange(char, char) - Constructor for class net.automatalib.commons.util.collections.CharRange
 
CharRange(char, char, int) - Constructor for class net.automatalib.commons.util.collections.CharRange
 
CharRange(IntRange) - Constructor for class net.automatalib.commons.util.collections.CharRange
 
charRange(char, char) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
 
CharRangeIterator - Class in net.automatalib.commons.util.collections
 
CharRangeIterator(char, int, int) - Constructor for class net.automatalib.commons.util.collections.CharRangeIterator
 
CharRangeIterator(char, int, int, int) - Constructor for class net.automatalib.commons.util.collections.CharRangeIterator
 
CharRangeIterator(IntRangeIterator) - Constructor for class net.automatalib.commons.util.collections.CharRangeIterator
 
charValue(int) - Method in class net.automatalib.commons.util.collections.CharRange
 
choose(List<? extends T>, Random) - Static method in class net.automatalib.commons.util.random.RandomUtil
 
choose(List<? extends T>) - Method in class net.automatalib.commons.util.random.RandomUtil
 
clear() - Method in class net.automatalib.commons.util.nid.DynamicList
 
CmpUtil - Class in net.automatalib.commons.util.comparison
Various methods for dealing with the comparison of objects.
CmpUtil.NullOrdering - Enum in net.automatalib.commons.util.comparison
Enum for controlling which rank is assigned to a null element when using a safe comparator (CmpUtil.safeComparator(Comparator, NullOrdering)).
CollectionsUtil - Class in net.automatalib.commons.util.collections
Various methods for operating on collections.
combine(L1, L2, L3) - Method in class net.automatalib.commons.util.collections.ThreeLevelIterator
 
combine(L1, L2) - Method in class net.automatalib.commons.util.collections.TwoLevelIterator
 
compose(Mapping<D, ? extends I>, Mapping<? super I, R>) - Static method in class net.automatalib.commons.util.mappings.Mappings
Retrieves the composition of two mappings, i.e., that mapping that results from applying the Mapping.get(Object) method consecutively.
concat(Iterator<? extends T>...) - Static method in class net.automatalib.commons.util.collections.IterableUtil
 
concat(Iterable<? extends T>...) - Static method in class net.automatalib.commons.util.collections.IterableUtil
 
ConcatIterator<T> - Class in net.automatalib.commons.util.collections
 
ConcatIterator(Iterator<? extends T>...) - Constructor for class net.automatalib.commons.util.collections.ConcatIterator
 
copy(InputStream, OutputStream, boolean) - Static method in class net.automatalib.commons.util.IOUtil
Copies all data from the given input stream to the given output stream.
copy(InputStream, OutputStream) - Static method in class net.automatalib.commons.util.IOUtil
Copies all data from the given input stream to the given output stream and closes the streams.
copy(Reader, Writer, boolean) - Static method in class net.automatalib.commons.util.IOUtil
Copies all text from the given reader to the given writer.
copy(Reader, Writer) - Static method in class net.automatalib.commons.util.IOUtil
Copies all text from the given reader to the given writer and closes both afterwards.
create(Map<D, R>) - Static method in class net.automatalib.commons.util.mappings.MapMapping
 

D

DEFAULT_INITIAL_CAPACITY - Static variable in class net.automatalib.commons.util.array.ResizingArrayStorage
The default initial capacity of the array storage.
DEFAULT_INITIAL_CAPACITY - Static variable in class net.automatalib.commons.util.array.ResizingIntArray
The arrays default initial capacity.
DEFAULT_INITIAL_CAPACITY - Static variable in class net.automatalib.commons.util.array.ResizingObjectArray
The arrays default initial capacity.
directUnion(int, int) - Method in class net.automatalib.commons.util.combinatorics.DisjointSetForestInt
 
DisjointSetForestInt - Class in net.automatalib.commons.util.combinatorics
 
DisjointSetForestInt(int) - Constructor for class net.automatalib.commons.util.combinatorics.DisjointSetForestInt
 
distinctIntegers(int, int, int, Random) - Static method in class net.automatalib.commons.util.random.RandomUtil
 
distinctIntegers(int, int, Random) - Static method in class net.automatalib.commons.util.random.RandomUtil
 
distinctIntegers(int, int, int) - Method in class net.automatalib.commons.util.random.RandomUtil
 
distinctIntegers(int, int) - Method in class net.automatalib.commons.util.random.RandomUtil
 
doubleValue(Double, double) - Static method in class net.automatalib.commons.util.WrapperUtil
 
doubleValue(Double) - Static method in class net.automatalib.commons.util.WrapperUtil
 
DynamicList<T extends MutableNumericID> - Class in net.automatalib.commons.util.nid
 
DynamicList() - Constructor for class net.automatalib.commons.util.nid.DynamicList
 

E

emptyIterator() - Static method in class net.automatalib.commons.util.collections.IterableUtil
 
enquote(String) - Static method in class net.automatalib.commons.util.strings.StringUtil
 
enquote(String, Appendable) - Static method in class net.automatalib.commons.util.strings.StringUtil
 
enquoteIfNecessary(String, Appendable) - Static method in class net.automatalib.commons.util.strings.StringUtil
 
enquoteIfNecessary(String, Appendable, Pattern) - Static method in class net.automatalib.commons.util.strings.StringUtil
 
enquoteIfNecessary(String, Appendable, Pattern, Pattern) - Static method in class net.automatalib.commons.util.strings.StringUtil
 
ensureCapacity(int) - Method in class net.automatalib.commons.util.array.ResizingArrayStorage
Ensures that the storage has room for at least the specified number of elements.
ensureCapacity(int) - Method in class net.automatalib.commons.util.array.ResizingIntArray
 
ensureCapacity(int) - Method in class net.automatalib.commons.util.array.ResizingObjectArray
 
entrySet() - Method in class net.automatalib.commons.util.mappings.MapMapping
Delegates to the underlying Map.
equals(Object) - Method in class net.automatalib.commons.util.Pair
Deprecated.
 
equals(Object) - Method in class net.automatalib.commons.util.Triple
Deprecated.
 
escapeQuotes(String) - Static method in class net.automatalib.commons.util.strings.StringUtil
Escapes double quotes in a string.
escapeQuotes(String, Appendable) - Static method in class net.automatalib.commons.util.strings.StringUtil
 

F

find(int) - Method in class net.automatalib.commons.util.combinatorics.DisjointSetForestInt
 
find(int) - Method in class net.automatalib.commons.util.UnionFind
Finds the set of a given element, and compresses the path to the root node.
findConstructor(Class<T>, Class<?>...) - Static method in class net.automatalib.commons.util.ReflectUtil
 
findMethod(Class<?>, String, Class<?>...) - Static method in class net.automatalib.commons.util.ReflectUtil
 
findMethodRT(Class<?>, String, Class<?>, Class<?>...) - Static method in class net.automatalib.commons.util.ReflectUtil
 
first - Variable in class net.automatalib.commons.util.Pair
Deprecated.
 
first - Variable in class net.automatalib.commons.util.Triple
Deprecated.
 
firstNullResult - Variable in enum net.automatalib.commons.util.comparison.CmpUtil.NullOrdering
Value that determines the result of the comparison, when only the first value is a null value.
floatValue(Float, float) - Static method in class net.automatalib.commons.util.WrapperUtil
 
floatValue(Float) - Static method in class net.automatalib.commons.util.WrapperUtil
 
fromMap(Map<D, R>) - Static method in class net.automatalib.commons.util.mappings.Mappings
 
fromPair1(Pair<T1, Pair<T2, T3>>) - Static method in class net.automatalib.commons.util.Triple
Deprecated.
 
fromPair2(Pair<Pair<T1, T2>, T3>) - Static method in class net.automatalib.commons.util.Triple
Deprecated.
 

G

get(int) - Method in class net.automatalib.commons.util.collections.CharRange
 
get(K) - Method in class net.automatalib.commons.util.mappings.ArrayMapping
 
get(D) - Method in class net.automatalib.commons.util.mappings.MapMapping
 
get(D) - Method in interface net.automatalib.commons.util.mappings.Mapping
Get the range object elem maps to.
get(int) - Method in class net.automatalib.commons.util.nid.DynamicList
 
get() - Method in interface net.automatalib.commons.util.ref.Ref
Retrieves the referent.
get() - Method in class net.automatalib.commons.util.ref.StrongRef
 
get() - Method in class net.automatalib.commons.util.ref.WeakRef
 
getFirst() - Method in class net.automatalib.commons.util.Pair
Deprecated.
Getter for the first member.
getFirst() - Method in class net.automatalib.commons.util.Triple
Deprecated.
 
getId() - Method in class net.automatalib.commons.util.nid.AbstractMutableNumericID
 
getId() - Method in interface net.automatalib.commons.util.nid.NumericID
 
getIdentifierPattern() - Static method in class net.automatalib.commons.util.strings.StringUtil
 
getIntegerIndex(String) - Static method in class net.automatalib.commons.util.strings.StringIndexGenerator
 
getRandom() - Method in class net.automatalib.commons.util.random.RandomUtil
 
getSecond() - Method in class net.automatalib.commons.util.Pair
Deprecated.
Getter for the second member.
getSecond() - Method in class net.automatalib.commons.util.Triple
Deprecated.
 
getStringIndex(int) - Method in class net.automatalib.commons.util.strings.StringIndexGenerator
 
getThird() - Method in class net.automatalib.commons.util.Triple
Deprecated.
 

H

hashCode() - Method in class net.automatalib.commons.util.Pair
Deprecated.
 
hashCode() - Method in class net.automatalib.commons.util.Triple
Deprecated.
 
hasNext() - Method in class net.automatalib.commons.util.BitSetIterator
 
hasNext() - Method in class net.automatalib.commons.util.collections.CharRangeIterator
 
hasNext() - Method in class net.automatalib.commons.util.collections.ConcatIterator
 
hasNext() - Method in class net.automatalib.commons.util.collections.IntRangeIterator
 
hasNext() - Method in class net.automatalib.commons.util.collections.SimplifiedIterator
 
hasNext() - Method in class net.automatalib.commons.util.collections.ThreeLevelIterator
 
hasNext() - Method in class net.automatalib.commons.util.collections.TwoLevelIterator
 
hasPrevious() - Method in class net.automatalib.commons.util.collections.CharRangeIterator
 
hasPrevious() - Method in class net.automatalib.commons.util.collections.IntRangeIterator
 
hintNextCapacity(int) - Method in class net.automatalib.commons.util.array.ResizingArrayStorage
Sets the minimum new capacity that the storage will have after the next resize.
hintNextCapacity(int) - Method in class net.automatalib.commons.util.array.ResizingIntArray
Hints the next required capacity.
hintNextCapacity(int) - Method in class net.automatalib.commons.util.array.ResizingObjectArray
Hints the next required capacity.
Holder<T> - Class in net.automatalib.commons.util
 
Holder() - Constructor for class net.automatalib.commons.util.Holder
 

I

id - Variable in class net.automatalib.commons.util.nid.AbstractMutableNumericID
 
idChanged(K, int, int) - Method in class net.automatalib.commons.util.mappings.ArrayMapping
 
idChanged(T, int, int) - Method in interface net.automatalib.commons.util.nid.IDChangeListener
 
IDChangeListener<T extends NumericID> - Interface in net.automatalib.commons.util.nid
 
IDChangeNotifier<T extends NumericID> - Class in net.automatalib.commons.util.nid
 
IDChangeNotifier() - Constructor for class net.automatalib.commons.util.nid.IDChangeNotifier
 
identity() - Static method in class net.automatalib.commons.util.mappings.Mappings
Retrieves the identity mapping, which maps each domain value to itself.
idGet(Mapping<D, D>, D) - Static method in class net.automatalib.commons.util.mappings.Mappings
 
indexOf(char) - Method in class net.automatalib.commons.util.collections.CharRange
 
indexOf(Object) - Method in class net.automatalib.commons.util.collections.CharRange
 
intNext() - Method in class net.automatalib.commons.util.collections.IntRangeIterator
 
intPrevious() - Method in class net.automatalib.commons.util.collections.IntRangeIterator
 
intRange(int, int) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
 
intRange(int, int, int) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
 
IntRangeIterator - Class in net.automatalib.commons.util.collections
 
IntRangeIterator(int, int, int) - Constructor for class net.automatalib.commons.util.collections.IntRangeIterator
 
IntRangeIterator(int, int, int, int) - Constructor for class net.automatalib.commons.util.collections.IntRangeIterator
 
intValue(int) - Method in class net.automatalib.commons.util.collections.IntRangeIterator
 
intValue(Integer, int) - Static method in class net.automatalib.commons.util.WrapperUtil
 
intValue(Integer) - Static method in class net.automatalib.commons.util.WrapperUtil
 
IOUtil - Class in net.automatalib.commons.util
Utility methods for operating with java.io.
IOUtil() - Constructor for class net.automatalib.commons.util.IOUtil
 
isEmpty() - Method in class net.automatalib.commons.util.nid.DynamicList
 
IterableUtil - Class in net.automatalib.commons.util.collections
 
iterator() - Method in class net.automatalib.commons.util.collections.CharRange
 
iterator() - Method in class net.automatalib.commons.util.nid.DynamicList
 

L

l2Iterator(L1) - Method in class net.automatalib.commons.util.collections.ThreeLevelIterator
 
l2Iterator(L1) - Method in class net.automatalib.commons.util.collections.TwoLevelIterator
 
l3Iterator(L1, L2) - Method in class net.automatalib.commons.util.collections.ThreeLevelIterator
 
lastIndexOf(Object) - Method in class net.automatalib.commons.util.collections.CharRange
 
lexComparator(Comparator<U>) - Static method in class net.automatalib.commons.util.comparison.CmpUtil
Retrieves a lexicographical comparator for the given type.
lexComparator() - Static method in class net.automatalib.commons.util.comparison.CmpUtil
Retrieves a lexicographical comparator for the given type, which has to be an Iterable of Comparable types.
lexCompare(Iterable<? extends U>, Iterable<? extends U>, Comparator<U>) - Static method in class net.automatalib.commons.util.comparison.CmpUtil
Lexicographically compares two Iterables.
lexCompare(Iterable<? extends U>, Iterable<? extends U>) - Static method in class net.automatalib.commons.util.comparison.CmpUtil
Lexicographically compares two Iterables, whose element types are comparable.
link(int, int) - Method in class net.automatalib.commons.util.UnionFind
Unites two given sets.
listIterator() - Method in class net.automatalib.commons.util.collections.CharRange
 
listIterator(int) - Method in class net.automatalib.commons.util.collections.CharRange
 
longValue(Long, long) - Static method in class net.automatalib.commons.util.WrapperUtil
 
longValue(Long) - Static method in class net.automatalib.commons.util.WrapperUtil
 

M

make(T1, T2) - Static method in class net.automatalib.commons.util.Pair
Deprecated.
Convenience function for creating a pair, allowing the user to omit the type parameters.
make(T1, T2, T3) - Static method in class net.automatalib.commons.util.Triple
Deprecated.
 
MapMapping<D,R> - Class in net.automatalib.commons.util.mappings
Class that wraps a Mapping around a Map.
MapMapping(Map<D, R>, boolean) - Constructor for class net.automatalib.commons.util.mappings.MapMapping
 
MapMapping(Map<? super D, R>) - Constructor for class net.automatalib.commons.util.mappings.MapMapping
Constructor.
MapMapping() - Constructor for class net.automatalib.commons.util.mappings.MapMapping
 
Mapping<D,R> - Interface in net.automatalib.commons.util.mappings
An interface for mapping objects of a certain domain type to objects of a certain range type.
Mappings - Class in net.automatalib.commons.util.mappings
Collection of various methods dealing with Mappings.
MutableMapping<D,R> - Interface in net.automatalib.commons.util.mappings
Mutable version of a Mapping, which supports setting keys for given values.
MutableNumericID - Interface in net.automatalib.commons.util.nid
 

N

naturalOrderingComparator() - Static method in class net.automatalib.commons.util.comparison.CmpUtil
Retrieves a Comparator that compares elements according to their natural ordering (i.e., they have to implement the Comparable interface.
net.automatalib.commons.util - package net.automatalib.commons.util
 
net.automatalib.commons.util.array - package net.automatalib.commons.util.array
 
net.automatalib.commons.util.collections - package net.automatalib.commons.util.collections
 
net.automatalib.commons.util.combinatorics - package net.automatalib.commons.util.combinatorics
 
net.automatalib.commons.util.comparison - package net.automatalib.commons.util.comparison
 
net.automatalib.commons.util.mappings - package net.automatalib.commons.util.mappings
 
net.automatalib.commons.util.nid - package net.automatalib.commons.util.nid
 
net.automatalib.commons.util.random - package net.automatalib.commons.util.random
 
net.automatalib.commons.util.ref - package net.automatalib.commons.util.ref
 
net.automatalib.commons.util.strings - package net.automatalib.commons.util.strings
 
next() - Method in class net.automatalib.commons.util.BitSetIterator
 
next() - Method in class net.automatalib.commons.util.collections.CharRangeIterator
 
next() - Method in class net.automatalib.commons.util.collections.ConcatIterator
 
next() - Method in class net.automatalib.commons.util.collections.IntRangeIterator
 
next() - Method in class net.automatalib.commons.util.collections.SimplifiedIterator
 
next() - Method in class net.automatalib.commons.util.collections.ThreeLevelIterator
 
next() - Method in class net.automatalib.commons.util.collections.TwoLevelIterator
 
nextIndex() - Method in class net.automatalib.commons.util.collections.CharRangeIterator
 
nextIndex() - Method in class net.automatalib.commons.util.collections.IntRangeIterator
 
nextL1() - Method in class net.automatalib.commons.util.collections.TwoLevelIterator
 
nextValue - Variable in class net.automatalib.commons.util.collections.SimplifiedIterator
 
notifyListeners(T, int, int) - Method in class net.automatalib.commons.util.nid.IDChangeNotifier
 
nullGet(Mapping<? super D, ? extends R>, D) - Static method in class net.automatalib.commons.util.mappings.Mappings
 
nullList(int) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
Retrieves an unmodifiable list only containing null values of the given size.
nullMapping() - Static method in class net.automatalib.commons.util.mappings.Mappings
Retrieves the null mapping, which maps each domain value to null.
NumericID - Interface in net.automatalib.commons.util.nid
 

P

Pair<T1,T2> - Class in net.automatalib.commons.util
Deprecated.
Pair(T1, T2) - Constructor for class net.automatalib.commons.util.Pair
Deprecated.
Constructs a pair with the given members.
previous() - Method in class net.automatalib.commons.util.collections.CharRangeIterator
 
previous() - Method in class net.automatalib.commons.util.collections.IntRangeIterator
 
previousIndex() - Method in class net.automatalib.commons.util.collections.CharRangeIterator
 
previousIndex() - Method in class net.automatalib.commons.util.collections.IntRangeIterator
 
print(Appendable) - Method in class net.automatalib.commons.util.Pair
Deprecated.
 
print(Appendable) - Method in interface net.automatalib.commons.util.strings.Printable
Outputs the current object.
print(Appendable) - Method in class net.automatalib.commons.util.Triple
Deprecated.
 
Printable - Interface in net.automatalib.commons.util.strings
Interface that allows outputting to an Appendable (e.g., a StringBuilder) instead of simply using Object.toString().
put(K, V) - Method in class net.automatalib.commons.util.mappings.ArrayMapping
 
put(D, R) - Method in class net.automatalib.commons.util.mappings.MapMapping
Delegates to the underlying Map.
put(D, R) - Method in interface net.automatalib.commons.util.mappings.MutableMapping
 

R

randomAccessList(Collection<? extends T>) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
 
RandomUtil - Class in net.automatalib.commons.util.random
 
RandomUtil() - Constructor for class net.automatalib.commons.util.random.RandomUtil
 
RandomUtil(Random) - Constructor for class net.automatalib.commons.util.random.RandomUtil
 
Ref<T> - Interface in net.automatalib.commons.util.ref
An abstraction for (weak or strong) references.
ReflectUtil - Class in net.automatalib.commons.util
 
Refs - Class in net.automatalib.commons.util.ref
Utility functions for dealing with references.
remove() - Method in class net.automatalib.commons.util.BitSetIterator
 
remove() - Method in class net.automatalib.commons.util.collections.CharRangeIterator
 
remove() - Method in class net.automatalib.commons.util.collections.ConcatIterator
 
remove() - Method in class net.automatalib.commons.util.collections.IntRangeIterator
 
remove() - Method in class net.automatalib.commons.util.collections.ThreeLevelIterator
 
remove() - Method in class net.automatalib.commons.util.collections.TwoLevelIterator
 
remove(Object) - Method in class net.automatalib.commons.util.nid.DynamicList
 
remove(Object, IDChangeNotifier<T>) - Method in class net.automatalib.commons.util.nid.DynamicList
 
remove(int, IDChangeNotifier<T>) - Method in class net.automatalib.commons.util.nid.DynamicList
 
removeListener(IDChangeListener<T>) - Method in class net.automatalib.commons.util.nid.IDChangeNotifier
 
removeReplace(List<E>, int) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
 
ResizingArrayStorage<T> - Class in net.automatalib.commons.util.array
Class that provides a resizable array storage of a certain type.
ResizingArrayStorage(Class<T[]>) - Constructor for class net.automatalib.commons.util.array.ResizingArrayStorage
Constructor.
ResizingArrayStorage(Class<T[]>, int) - Constructor for class net.automatalib.commons.util.array.ResizingArrayStorage
Constructor.
ResizingIntArray - Class in net.automatalib.commons.util.array
Class that provides a resizable int array storage.
ResizingIntArray() - Constructor for class net.automatalib.commons.util.array.ResizingIntArray
Constructor.
ResizingIntArray(int) - Constructor for class net.automatalib.commons.util.array.ResizingIntArray
Constructor.
ResizingObjectArray - Class in net.automatalib.commons.util.array
Class that provides a resizable Object array storage.
ResizingObjectArray() - Constructor for class net.automatalib.commons.util.array.ResizingObjectArray
Constructor.
ResizingObjectArray(int) - Constructor for class net.automatalib.commons.util.array.ResizingObjectArray
Constructor.

S

safeComparator(Comparator<T>, CmpUtil.NullOrdering) - Static method in class net.automatalib.commons.util.comparison.CmpUtil
Retrieves a safe comparator, which can handle null element values.
safeGet(Mapping<? super D, R>, D, R) - Static method in class net.automatalib.commons.util.mappings.Mappings
Safely retrieves a value from a mapping.
safeGet(int) - Method in class net.automatalib.commons.util.nid.DynamicList
 
safeWrite(ArrayWritable<U>, T[]) - Static method in class net.automatalib.commons.util.array.AWUtil
Writes the complete container data to an array.
safeWrite(int, ArrayWritable<U>, T[]) - Static method in class net.automatalib.commons.util.array.AWUtil
Writes a given maximum amount of data items from a container to an array.
safeWrite(int, ArrayWritable<U>, int, T[], int) - Static method in class net.automatalib.commons.util.array.AWUtil
 
safeWrite(ArrayWritable<U>, T[], int) - Static method in class net.automatalib.commons.util.array.AWUtil
 
sample(List<? extends T>, int, Random) - Static method in class net.automatalib.commons.util.random.RandomUtil
 
sample(List<? extends T>, int) - Method in class net.automatalib.commons.util.random.RandomUtil
 
sampleUnique(List<? extends T>, int, Random) - Static method in class net.automatalib.commons.util.random.RandomUtil
 
sampleUnique(List<? extends T>, int) - Method in class net.automatalib.commons.util.random.RandomUtil
 
second - Variable in class net.automatalib.commons.util.Pair
Deprecated.
 
second - Variable in class net.automatalib.commons.util.Triple
Deprecated.
 
set(Character) - Method in class net.automatalib.commons.util.collections.CharRangeIterator
 
set(Integer) - Method in class net.automatalib.commons.util.collections.IntRangeIterator
 
setAll(T) - Method in class net.automatalib.commons.util.array.ResizingArrayStorage
Sets all the elements in the array to the specified value.
setAll(int) - Method in class net.automatalib.commons.util.array.ResizingIntArray
Sets all the elements in the array to the specified value.
setAll(Object) - Method in class net.automatalib.commons.util.array.ResizingObjectArray
Sets all the elements in the array to the specified value.
setFirst(T1) - Method in class net.automatalib.commons.util.Pair
Deprecated.
Setter for the first member.
setFirst(T1) - Method in class net.automatalib.commons.util.Triple
Deprecated.
 
setId(int) - Method in class net.automatalib.commons.util.nid.AbstractMutableNumericID
 
setId(int) - Method in interface net.automatalib.commons.util.nid.MutableNumericID
 
setSecond(T2) - Method in class net.automatalib.commons.util.Pair
Deprecated.
Setter for the second member.
setSecond(T2) - Method in class net.automatalib.commons.util.Triple
Deprecated.
 
setThird(T3) - Method in class net.automatalib.commons.util.Triple
Deprecated.
 
shortValue(Short, short) - Static method in class net.automatalib.commons.util.WrapperUtil
 
shrink(int) - Method in class net.automatalib.commons.util.array.ResizingArrayStorage
Shrinks the storage to the specified maximum capacity.
shrink(int) - Method in class net.automatalib.commons.util.array.ResizingIntArray
 
shrink(int) - Method in class net.automatalib.commons.util.array.ResizingObjectArray
 
SimplifiedIterator<E> - Class in net.automatalib.commons.util.collections
 
SimplifiedIterator() - Constructor for class net.automatalib.commons.util.collections.SimplifiedIterator
 
size() - Method in interface net.automatalib.commons.util.array.ArrayWritable
The size of this container.
size() - Method in class net.automatalib.commons.util.collections.CharRange
 
size() - Method in class net.automatalib.commons.util.combinatorics.DisjointSetForestInt
 
size() - Method in class net.automatalib.commons.util.nid.DynamicList
 
skip(InputStream) - Static method in class net.automatalib.commons.util.IOUtil
Skips the content of the stream as long as there is data available.
StringIndexGenerator - Class in net.automatalib.commons.util.strings
Class for transforming integer index values into string values (using latin characters, therefore effectively realizing a radix-26 representation of numbers).
StringIndexGenerator(StringIndexGenerator.Case) - Constructor for class net.automatalib.commons.util.strings.StringIndexGenerator
 
StringIndexGenerator.Case - Enum in net.automatalib.commons.util.strings
 
StringUtil - Class in net.automatalib.commons.util.strings
Misceallanous utility functions for Strings.
strong(T) - Static method in class net.automatalib.commons.util.ref.Refs
Creates a strong reference to the given referent.
StrongRef<T> - Class in net.automatalib.commons.util.ref
A strong reference wrapper, complying to the Ref interface.
StrongRef(T) - Constructor for class net.automatalib.commons.util.ref.StrongRef
Constructor.
swap(ResizingArrayStorage<T>) - Method in class net.automatalib.commons.util.array.ResizingArrayStorage
 
swap(ResizingIntArray) - Method in class net.automatalib.commons.util.array.ResizingIntArray
 
swap(ResizingObjectArray) - Method in class net.automatalib.commons.util.array.ResizingObjectArray
 
swap(int, int) - Method in class net.automatalib.commons.util.nid.DynamicList
 

T

third - Variable in class net.automatalib.commons.util.Triple
Deprecated.
 
ThreeLevelIterator<L1,L2,L3,O> - Class in net.automatalib.commons.util.collections
 
ThreeLevelIterator(Iterator<L1>) - Constructor for class net.automatalib.commons.util.collections.ThreeLevelIterator
 
toArray(ArrayWritable<?>) - Static method in class net.automatalib.commons.util.array.AWUtil
 
toArray(ArrayWritable<?>, T[]) - Static method in class net.automatalib.commons.util.array.AWUtil
 
toString(Printable) - Static method in class net.automatalib.commons.util.strings.AbstractPrintable
 
toString() - Method in class net.automatalib.commons.util.strings.AbstractPrintable
 
toStringMapping() - Static method in class net.automatalib.commons.util.mappings.Mappings
Returns a mapping that maps objects to their String representation, as obtained by String.valueOf(Object).
Triple<T1,T2,T3> - Class in net.automatalib.commons.util
Deprecated.
Triple() - Constructor for class net.automatalib.commons.util.Triple
Deprecated.
 
Triple(T1, T2, T3) - Constructor for class net.automatalib.commons.util.Triple
Deprecated.
 
TwoLevelIterator<L1,L2,O> - Class in net.automatalib.commons.util.collections
 
TwoLevelIterator(Iterator<? extends L1>) - Constructor for class net.automatalib.commons.util.collections.TwoLevelIterator
 

U

unescapeQuotes(String) - Static method in class net.automatalib.commons.util.strings.StringUtil
Unescapes escaped double quotes in a string, i.e.
unescapeQuotes(String, Appendable) - Static method in class net.automatalib.commons.util.strings.StringUtil
 
union(int, int) - Method in class net.automatalib.commons.util.combinatorics.DisjointSetForestInt
 
union(int, int) - Method in class net.automatalib.commons.util.UnionFind
Unites the sets containing the two given elements.
UnionFind - Class in net.automatalib.commons.util
The well-known disjoint-set forest data structure for dealing with partitions on a fixed-range integer domain.
UnionFind(int) - Constructor for class net.automatalib.commons.util.UnionFind
Initializes the disjoint-set data structure.
unmodifiableIterable(Iterable<T>) - Static method in class net.automatalib.commons.util.collections.IterableUtil
 
unmodifiableIterator(Iterator<T>) - Static method in class net.automatalib.commons.util.collections.IterableUtil
 
unquote(String) - Static method in class net.automatalib.commons.util.strings.StringUtil
 
unquote(String, Appendable) - Static method in class net.automatalib.commons.util.strings.StringUtil
 
upcast() - Static method in class net.automatalib.commons.util.mappings.Mappings
Returns a mapping that maps objects to a supertype representation.

V

value(int) - Method in class net.automatalib.commons.util.collections.IntRangeIterator
 
value - Variable in class net.automatalib.commons.util.Holder
 
valueOf(String) - Static method in enum net.automatalib.commons.util.comparison.CmpUtil.NullOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.automatalib.commons.util.strings.StringIndexGenerator.Case
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.automatalib.commons.util.comparison.CmpUtil.NullOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.automatalib.commons.util.strings.StringIndexGenerator.Case
Returns an array containing the constants of this enum type, in the order they are declared.

W

w2pEquals(Class<?>, Class<?>) - Static method in class net.automatalib.commons.util.ReflectUtil
 
w2pEquals(Class<?>[], Class<?>...) - Static method in class net.automatalib.commons.util.ReflectUtil
 
weak(T) - Static method in class net.automatalib.commons.util.ref.Refs
Creates a weak reference to the given referent.
WeakRef<T> - Class in net.automatalib.commons.util.ref
A weak reference wrapper, complying to the Ref interface.
WeakRef(T) - Constructor for class net.automatalib.commons.util.ref.WeakRef
Constructor.
wrapperToPrimitive(Class<?>) - Static method in class net.automatalib.commons.util.ReflectUtil
 
wrapperToPrimitive(Class<?>...) - Static method in class net.automatalib.commons.util.ReflectUtil
 
WrapperUtil - Class in net.automatalib.commons.util
 
WrapperUtil() - Constructor for class net.automatalib.commons.util.WrapperUtil
 
writeToArray(int, Object[], int, int) - Method in interface net.automatalib.commons.util.array.ArrayWritable
Writes the contents of this container to an array.
writeToArray(int, Object[], int, int) - Method in class net.automatalib.commons.util.collections.CharRange
 
writeToArray(int, Object[], int, int) - Method in class net.automatalib.commons.util.nid.DynamicList
 
A B C D E F G H I L M N P R S T U V W 

Copyright © 2013. All Rights Reserved.