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

S

set(int, E) - Method in class inf.util.HashedList
This class does not support index-based access to the list and an exception will be thrown if this method is called.
setValue(E) - Method in class inf.util.DoubleKeyTreeMap.DoubleKeyTreeEntry
 
setValue(E) - Method in class inf.util.IntKeyTreeMap.IntKeyTreeEntry
 
SingletonSet<T> - Class in inf.util
This class represents a Set that contains either zero or one element of the type T.
SingletonSet() - Constructor for class inf.util.SingletonSet
This constructor creates an empty Set.
SingletonSet(T) - Constructor for class inf.util.SingletonSet
This constructor creates a Set that contains the given element.
SingletonSet.SingletonSetIterator<E> - Class in inf.util
 
SingletonSet.SingletonSetIterator() - Constructor for class inf.util.SingletonSet.SingletonSetIterator
 
size() - Method in class inf.util.DoubleKeyTreeMap
This function returns the number of key-value mappings in this Map.
size() - Method in class inf.util.HashedList
This function returns the number of elements in this Collection.
size() - Method in class inf.util.IntKeyTreeMap
This function returns the number of key-value mappings in this Map.
size() - Method in class inf.util.SingletonSet
This function returns the number of elements contained in this Set which can be either 0 or 1.
subList(int, int) - Method in class inf.util.HashedList
This class does not support index-based access to the list and an exception will be thrown if this method is called.
subMap(Double, Double) - Method in class inf.util.DoubleKeyTreeMap
This function throws an UnsupportedOperationException.
subMap(Integer, Integer) - Method in class inf.util.IntKeyTreeMap
This function throws an UnsupportedOperationException.

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