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

A

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

C

contains(Object) - Method in class org.alicep.collect.ArraySet
 
containsKey(Object) - Method in class org.alicep.collect.ArrayMap
 

E

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

F

forEach(BiConsumer<? super K, ? super V>) - Method in class org.alicep.collect.ArrayMap
 
forEach(Consumer<? super E>) - Method in class org.alicep.collect.ArraySet
 

G

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

I

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

O

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

P

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

R

remove(Object) - Method in class org.alicep.collect.ArrayMap
 
remove(Object) - Method in class org.alicep.collect.ArraySet
 

S

size() - Method in class org.alicep.collect.ArrayMap
 
size() - Method in class org.alicep.collect.ArraySet
 
spliterator() - Method in class org.alicep.collect.ArraySet
 

T

toArraySet() - Static method in class org.alicep.collect.ArraySet
 

W

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