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

G

GapList<E> - Class in org.magicwerk.brownies.collections
GapList combines the strengths of both ArrayList and LinkedList.
GapList() - Constructor for class org.magicwerk.brownies.collections.GapList
Construct a list with the default initial capacity.
GapList(int) - Constructor for class org.magicwerk.brownies.collections.GapList
Construct a list with specified initial capacity.
GapList(Collection<? extends E>) - Constructor for class org.magicwerk.brownies.collections.GapList
Construct a list to contain the specified elements.
GapList(E...) - Constructor for class org.magicwerk.brownies.collections.GapList
Construct a list to contain the specified elements.
GapLists - Class in org.magicwerk.brownies.collections.helper
Helper class to create wrapper list objects wrapping primitive GapLists.
GapLists() - Constructor for class org.magicwerk.brownies.collections.helper.GapLists
 
get(int) - Method in class org.magicwerk.brownies.collections.GapList
 
get(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
 
get(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
 
get(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
 
getAll(int, int) - Method in class org.magicwerk.brownies.collections.GapList
Returns specified range of elements from list.
getAll(E) - Method in class org.magicwerk.brownies.collections.Key1Collection
 
getAll(E) - Method in class org.magicwerk.brownies.collections.Key1List
 
getAll(E) - Method in class org.magicwerk.brownies.collections.Key2Collection
 
getAll(E) - Method in class org.magicwerk.brownies.collections.Key2List
 
getAll(E) - Method in class org.magicwerk.brownies.collections.KeyCollection
 
getAll(E) - Method in class org.magicwerk.brownies.collections.KeyList
 
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
Returns specified range of elements from list.
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
Returns specified range of elements from list.
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
Returns specified range of elements from list.
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
Returns specified range of elements from list.
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
Returns specified range of elements from list.
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
 
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
Returns specified range of elements from list.
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
 
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
Returns specified range of elements from list.
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
Returns specified range of elements from list.
getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
 
getAllByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
Returns a list with all elements with the specified key.
getAllByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
Returns all elements with specified key.
getAllByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
Returns all elements with specified key.
getAllByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
Returns all elements with specified key.
getAllByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
Returns all elements with specified key.
getAllByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
Returns all elements with specified key.
getAllByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
Returns all elements with specified key.
getArray(int, int) - Method in class org.magicwerk.brownies.collections.GapList
Returns specified range of elements from list.
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
Returns specified range of elements from list.
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
Returns specified range of elements from list.
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
Returns specified range of elements from list.
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
Returns specified range of elements from list.
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
Returns specified range of elements from list.
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
 
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
Returns specified range of elements from list.
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
 
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
Returns specified range of elements from list.
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
Returns specified range of elements from list.
getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
 
getByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
Returns value for given key.
getByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
Returns element with specified key.
getByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
Returns element with specified key.
getByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
Returns all elements with specified key.
getByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
Returns element with specified key.
getByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
Returns element with specified key.
getByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
Returns element with specified key.
getCount(E) - Method in class org.magicwerk.brownies.collections.Key1Collection
 
getCount(E) - Method in class org.magicwerk.brownies.collections.Key1List
 
getCount(E) - Method in class org.magicwerk.brownies.collections.Key2Collection
 
getCount(E) - Method in class org.magicwerk.brownies.collections.Key2List
 
getCount(E) - Method in class org.magicwerk.brownies.collections.KeyCollection
 
getCount(E) - Method in class org.magicwerk.brownies.collections.KeyList
 
getCountByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
Returns number of elements with specified key.
getCountByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
Returns the number of elements with specified key.
getCountByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
Returns the number of elements with specified key.
getCountByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
Returns the number of elements with specified key.
getCountByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
Returns the number of elements with specified key.
getCountByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
Returns the number of elements with specified key.
getCountByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
Returns the number of elements with specified key.
getDistinct() - Method in class org.magicwerk.brownies.collections.Key1Collection
 
getDistinct() - Method in class org.magicwerk.brownies.collections.Key1List
 
getDistinct() - Method in class org.magicwerk.brownies.collections.Key2Collection
 
getDistinct() - Method in class org.magicwerk.brownies.collections.Key2List
 
getDistinct() - Method in class org.magicwerk.brownies.collections.KeyCollection
 
getDistinct() - Method in class org.magicwerk.brownies.collections.KeyList
 
getDistinctKeys(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
Returns list containing all distinct keys.
getDistinctKeys1() - Method in class org.magicwerk.brownies.collections.Key1Collection
Returns all distinct keys in the same order as in the key map.
getDistinctKeys1() - Method in class org.magicwerk.brownies.collections.Key1List
Returns all distinct keys in the same order as in the key map.
getDistinctKeys1() - Method in class org.magicwerk.brownies.collections.Key2Collection
Returns all distinct keys in the same order as in the key map.
getDistinctKeys1() - Method in class org.magicwerk.brownies.collections.Key2List
Returns all distinct keys in the same order as in the key map.
getDistinctKeys2() - Method in class org.magicwerk.brownies.collections.Key2Collection
Returns all distinct keys in the same order as in the key map.
getDistinctKeys2() - Method in class org.magicwerk.brownies.collections.Key2List
Returns all distinct keys in the same order as in the key map.
getElements() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
 
getFirst() - Method in class org.magicwerk.brownies.collections.GapList
 
getFirst() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
 
getFirst() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
 
getFirst() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
 
getFirst() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
 
getFirst() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
 
getFirst() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
 
getFirst() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
 
getFirst() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
 
getKey(E) - Method in interface org.magicwerk.brownies.collections.function.Mapper
Returns key for given value.
getKey(E) - Method in class org.magicwerk.brownies.collections.helper.IdentMapper
 
getKeyValues(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
 
getLast() - Method in class org.magicwerk.brownies.collections.GapList
 
getLast() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
 
getLast() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
 
getLast() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
 
getLast() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
 
getLast() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
 
getLast() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
 
getLast() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
 
getLast() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
 
getValue() - Method in class org.magicwerk.brownies.collections.helper.Option
Returns stored value.
getValueOrNull() - Method in class org.magicwerk.brownies.collections.helper.Option
 
A B C D E F G H I K L M N O P R S T U V W