- CompactMap<K,V> - Class in org.alicep.collect
-
Hash table and array implementation of the Map interface,
with predictable iteration order.
- CompactMap() - Constructor for class org.alicep.collect.CompactMap
-
Constructs an empty map with an initial capacity of ten.
- CompactMap(Map<? extends K, ? extends V>) - Constructor for class org.alicep.collect.CompactMap
-
Constructs a map with the same mappings as the specified map.
- CompactSet<E> - Class in org.alicep.collect
-
Hash table and array implementation of the Set interface,
with predictable iteration order.
- CompactSet() - Constructor for class org.alicep.collect.CompactSet
-
Constructs an empty set with an initial capacity of ten.
- CompactSet(Collection<? extends E>) - Constructor for class org.alicep.collect.CompactSet
-
Constructs a set containing the elements of the specified
collection, in the order they are returned by the collection's
iterator.
- contains(Object) - Method in class org.alicep.collect.CompactSet
-