Skip navigation links
A C E G I O P R S W 

A

add(E) - Method in class org.alicep.collect.CompactSet
 

C

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
 

E

entrySet() - Method in class org.alicep.collect.CompactMap
 

G

get(Object) - Method in class org.alicep.collect.CompactMap
 

I

iterator() - Method in class org.alicep.collect.CompactSet
 

O

org.alicep.collect - package org.alicep.collect
 

P

put(K, V) - Method in class org.alicep.collect.CompactMap
 

R

remove(Object) - Method in class org.alicep.collect.CompactMap
 
remove(Object) - Method in class org.alicep.collect.CompactSet
 

S

size() - Method in class org.alicep.collect.CompactMap
 
size() - Method in class org.alicep.collect.CompactSet
 
spliterator() - Method in class org.alicep.collect.CompactSet
 

W

withInitialCapacity(int) - Static method in class org.alicep.collect.CompactMap
Constructs an empty map with the specified initial capacity.
withInitialCapacity(int) - Static method in class org.alicep.collect.CompactSet
Constructs an empty set with the specified initial capacity.
A C E G I O P R S W 
Skip navigation links