Index

A B C D E F G H I K L M N O P R S T U V X 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractMultiValueMap<K,V,L> - Class in net.thevpc.common.collections
 
AbstractMultiValueMap() - Constructor for class net.thevpc.common.collections.AbstractMultiValueMap
 
accept(A, int, Collection) - Method in interface net.thevpc.common.collections.CollectionFilter
 
accept(Class) - Method in class net.thevpc.common.collections.AcceptDenyClassSet
 
accept(T) - Method in class net.thevpc.common.collections.AcceptDenyEnumSet
 
accept(T) - Method in class net.thevpc.common.collections.AcceptDenySet
 
acceptAll(Class...) - Method in class net.thevpc.common.collections.AcceptDenyClassSet
 
acceptAll(Collection) - Method in class net.thevpc.common.collections.AcceptDenyClassSet
 
acceptAll(Collection) - Method in class net.thevpc.common.collections.AcceptDenyEnumSet
 
acceptAll(Collection) - Method in class net.thevpc.common.collections.AcceptDenySet
 
acceptAll(T...) - Method in class net.thevpc.common.collections.AcceptDenyEnumSet
 
acceptAll(T...) - Method in class net.thevpc.common.collections.AcceptDenySet
 
AcceptDenyClassSet<T> - Class in net.thevpc.common.collections
 
AcceptDenyClassSet(Class) - Constructor for class net.thevpc.common.collections.AcceptDenyClassSet
 
AcceptDenyClassSet(AcceptDenyClassSet) - Constructor for class net.thevpc.common.collections.AcceptDenyClassSet
 
AcceptDenyEnumSet<T> - Class in net.thevpc.common.collections
 
AcceptDenyEnumSet(Class) - Constructor for class net.thevpc.common.collections.AcceptDenyEnumSet
 
AcceptDenySet<T> - Class in net.thevpc.common.collections
 
AcceptDenySet() - Constructor for class net.thevpc.common.collections.AcceptDenySet
 
add(char) - Method in class net.thevpc.common.collections.EvictingCharQueue
 
add(double) - Method in class net.thevpc.common.collections.DoubleArrayList
 
add(int) - Method in class net.thevpc.common.collections.EvictingIntQueue
 
add(int) - Method in class net.thevpc.common.collections.IntArrayList
 
add(int, double) - Method in class net.thevpc.common.collections.DoubleArrayList
 
add(int, int) - Method in class net.thevpc.common.collections.IntArrayList
 
add(int, long) - Method in class net.thevpc.common.collections.LongArrayList
 
add(int, E) - Method in class net.thevpc.common.collections.UnmodifiableList
 
add(int, V) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
add(long) - Method in class net.thevpc.common.collections.LongArrayList
 
add(E) - Method in class net.thevpc.common.collections.UnmodifiableCollection
 
add(Class, Class, V) - Method in class net.thevpc.common.collections.ClassPairMapList
 
add(Class, T) - Method in class net.thevpc.common.collections.ClassMapList
 
add(K, V) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
add(K, V) - Method in interface net.thevpc.common.collections.MultiValueMap
 
add(T) - Method in class net.thevpc.common.collections.EvictingQueue
 
add(V) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
addAll(double...) - Method in class net.thevpc.common.collections.DoubleArrayList
 
addAll(int...) - Method in class net.thevpc.common.collections.IntArrayList
 
addAll(int, Collection) - Method in class net.thevpc.common.collections.UnmodifiableList
 
addAll(int, Collection) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
addAll(long...) - Method in class net.thevpc.common.collections.LongArrayList
 
addAll(Collection) - Method in class net.thevpc.common.collections.UnmodifiableCollection
 
addAll(Collection) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
addAll(DoubleArrayList) - Method in class net.thevpc.common.collections.DoubleArrayList
 
addAll(IntArrayList) - Method in class net.thevpc.common.collections.IntArrayList
 
addAll(LongArrayList) - Method in class net.thevpc.common.collections.LongArrayList
 
addMultiValues(Map) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
addMultiValues(Map) - Method in interface net.thevpc.common.collections.MultiValueMap
 
addMultiValues(MultiValueMap) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
addMultiValues(MultiValueMap) - Method in interface net.thevpc.common.collections.MultiValueMap
 
addValues(Map) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
addValues(Map) - Method in interface net.thevpc.common.collections.MultiValueMap
 
and(BitSet2) - Method in class net.thevpc.common.collections.BitSet2
Performs a logical AND of this target bit set with the argument bit set.
andNot(BitSet2) - Method in class net.thevpc.common.collections.BitSet2
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
append(V) - Method in interface net.thevpc.common.collections.KeyValueList
 
appendAll(Collection) - Method in interface net.thevpc.common.collections.KeyValueList
 
arrayListValueHashMap() - Static method in class net.thevpc.common.collections.Collections2
 
autoValueHashMap(Function) - Static method in class net.thevpc.common.collections.Collections2
 
autoValueLinkedHashMap(Function) - Static method in class net.thevpc.common.collections.Collections2
 
autoValueMap(Function) - Static method in class net.thevpc.common.collections.Collections2
 
AutoValueMap<K,V> - Interface in net.thevpc.common.collections
 
autoValueTreeMap(Function) - Static method in class net.thevpc.common.collections.Collections2
 

B

BitSet2 - Class in net.thevpc.common.collections
This class implements a vector of bits that grows as needed.
BitSet2() - Constructor for class net.thevpc.common.collections.BitSet2
Creates a new bit set.
BitSet2(int) - Constructor for class net.thevpc.common.collections.BitSet2
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
build() - Method in class net.thevpc.common.collections.MapBuilder
 

C

cardinality() - Method in class net.thevpc.common.collections.BitSet2
Returns the number of bits set to true in this BitSet.
ClassMap<V> - Class in net.thevpc.common.collections
 
ClassMap(Class, Class) - Constructor for class net.thevpc.common.collections.ClassMap
 
ClassMap(Class, Class, int) - Constructor for class net.thevpc.common.collections.ClassMap
 
ClassMapList<T> - Class in net.thevpc.common.collections
Created by vpc on 11/22/16.
ClassMapList(Class) - Constructor for class net.thevpc.common.collections.ClassMapList
 
ClassMapList(Class, Class) - Constructor for class net.thevpc.common.collections.ClassMapList
 
ClassMapList(Class, Class, int) - Constructor for class net.thevpc.common.collections.ClassMapList
 
ClassMapList(ClassMapList) - Constructor for class net.thevpc.common.collections.ClassMapList
 
ClassPair - Class in net.thevpc.common.collections
 
ClassPair(Class, Class) - Constructor for class net.thevpc.common.collections.ClassPair
 
ClassPairMap<V> - Class in net.thevpc.common.collections
Created by vpc on 5/11/14.
ClassPairMap(Class, Class, Class, boolean) - Constructor for class net.thevpc.common.collections.ClassPairMap
 
ClassPairMapList<V> - Class in net.thevpc.common.collections
Created by vpc on 5/11/14.
ClassPairMapList(Class, Class, Class, boolean) - Constructor for class net.thevpc.common.collections.ClassPairMapList
 
clear() - Method in class net.thevpc.common.collections.BitSet2
Sets all of the bits in this BitSet to false.
clear() - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
clear() - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
clear() - Method in class net.thevpc.common.collections.EvictingCharQueue
 
clear() - Method in class net.thevpc.common.collections.EvictingIntQueue
 
clear() - Method in class net.thevpc.common.collections.EvictingQueue
 
clear() - Method in class net.thevpc.common.collections.IndexedMap
 
clear() - Method in class net.thevpc.common.collections.UnmodifiableCollection
 
clear(int) - Method in class net.thevpc.common.collections.BitSet2
Sets the bit specified by the index to false.
clear(int, int) - Method in class net.thevpc.common.collections.BitSet2
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clone() - Method in class net.thevpc.common.collections.BitSet2
Cloning this BitSet produces a new BitSet that is equal to it.
Collection2 - Interface in net.thevpc.common.collections
 
CollectionDiff<T> - Class in net.thevpc.common.collections
 
CollectionDiff(Collection, Collection, Collection) - Constructor for class net.thevpc.common.collections.CollectionDiff
 
CollectionFilter<A> - Interface in net.thevpc.common.collections
Created by vpc on 8/15/14.
Collections2 - Class in net.thevpc.common.collections
 
Collections2() - Constructor for class net.thevpc.common.collections.Collections2
 
CollectionUtils - Class in net.thevpc.common.collections
 
CollectionUtils() - Constructor for class net.thevpc.common.collections.CollectionUtils
 
contains(double) - Method in class net.thevpc.common.collections.DoubleArrayList
 
contains(double, int) - Method in class net.thevpc.common.collections.DoubleArrayList
 
contains(double, int, int) - Method in class net.thevpc.common.collections.DoubleArrayList
 
contains(int) - Method in class net.thevpc.common.collections.IntArrayList
 
contains(int, int) - Method in class net.thevpc.common.collections.IntArrayList
 
contains(int, int, int) - Method in class net.thevpc.common.collections.IntArrayList
 
contains(long) - Method in class net.thevpc.common.collections.LongArrayList
 
contains(long, int) - Method in class net.thevpc.common.collections.LongArrayList
 
contains(long, int, int) - Method in class net.thevpc.common.collections.LongArrayList
 
contains(Object) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
contains(Object) - Method in class net.thevpc.common.collections.UnmodifiableCollection
 
contains(K, V) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
contains(K, V) - Method in interface net.thevpc.common.collections.MultiValueMap
 
containsAll(Collection) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
containsAll(Collection) - Method in class net.thevpc.common.collections.UnmodifiableCollection
 
containsKey(Object) - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
containsKey(Object) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
containsKey(Object) - Method in interface net.thevpc.common.collections.KeyValueList
 
containsKey(Object) - Method in class net.thevpc.common.collections.UnmodifiableKeyValueList
 
containsKey(K) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
containsKey(K) - Method in interface net.thevpc.common.collections.MultiValueMap
 
containsKeyValue(K, V) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
containsMappedValue(V) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
containsMappedValue(V) - Method in interface net.thevpc.common.collections.KeyValueList
Returns true if this map maps one or more keys to the specified value.
containsMappedValue(V) - Method in class net.thevpc.common.collections.UnmodifiableKeyValueList
 
containsValue(Object) - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
containsValue(Object) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
containsValue(Object) - Method in interface net.thevpc.common.collections.KeyValueList
Returns true if this list contains the specified element.
containsValue(Object) - Method in class net.thevpc.common.collections.UnmodifiableKeyValueList
 
containsValue(V) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
containsValue(V) - Method in interface net.thevpc.common.collections.MultiValueMap
 
convert(List, Function) - Static method in class net.thevpc.common.collections.CollectionUtils
 
convertList(List, Function) - Method in class net.thevpc.common.collections.CollectionUtils
created a view on the List where each element is replaced by it converter
copy() - Method in class net.thevpc.common.collections.BitSet2
 
copy() - Method in class net.thevpc.common.collections.ClassMapList
 
copy() - Method in class net.thevpc.common.collections.DoubleArrayList
 
copy() - Method in class net.thevpc.common.collections.IntArrayList
 
copy() - Method in class net.thevpc.common.collections.LongArrayList
 
create() - Static method in class net.thevpc.common.collections.MapBuilder
 
createCollection() - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
createCollection() - Method in class net.thevpc.common.collections.DefaultListValueMap
 
createCollection() - Method in class net.thevpc.common.collections.DefaultSetValueMap
 
createKey(Class, Class) - Method in class net.thevpc.common.collections.ClassPairMap
 

D

DefaultAutoValueMap<K,V> - Class in net.thevpc.common.collections
Created by vpc on 3/12/17.
DefaultAutoValueMap(Function) - Constructor for class net.thevpc.common.collections.DefaultAutoValueMap
 
DefaultAutoValueMap(Map, Function) - Constructor for class net.thevpc.common.collections.DefaultAutoValueMap
 
DefaultKeyValueList<K,V> - Class in net.thevpc.common.collections
Created by vpc on 6/1/16.
DefaultKeyValueList(Function) - Constructor for class net.thevpc.common.collections.DefaultKeyValueList
 
DefaultKeyValueList(List, Function) - Constructor for class net.thevpc.common.collections.DefaultKeyValueList
 
DefaultListValueMap<K,V> - Class in net.thevpc.common.collections
A map that holds a list of values for each key Created by vpc on 6/2/16.
DefaultListValueMap(Map, Supplier) - Constructor for class net.thevpc.common.collections.DefaultListValueMap
 
DefaultSetValueMap<K,V> - Class in net.thevpc.common.collections
Created by vpc on 6/2/16.
DefaultSetValueMap(Map, Supplier) - Constructor for class net.thevpc.common.collections.DefaultSetValueMap
 
deny(Class) - Method in class net.thevpc.common.collections.AcceptDenyClassSet
 
deny(T) - Method in class net.thevpc.common.collections.AcceptDenyEnumSet
 
deny(T) - Method in class net.thevpc.common.collections.AcceptDenySet
 
denyAll(Class...) - Method in class net.thevpc.common.collections.AcceptDenyClassSet
 
denyAll(Collection) - Method in class net.thevpc.common.collections.AcceptDenyClassSet
 
denyAll(Collection) - Method in class net.thevpc.common.collections.AcceptDenyEnumSet
 
denyAll(Collection) - Method in class net.thevpc.common.collections.AcceptDenySet
 
denyAll(T...) - Method in class net.thevpc.common.collections.AcceptDenyEnumSet
 
denyAll(T...) - Method in class net.thevpc.common.collections.AcceptDenySet
 
DoubleArrayList - Class in net.thevpc.common.collections
 
DoubleArrayList() - Constructor for class net.thevpc.common.collections.DoubleArrayList
 
DoubleArrayList(double[]) - Constructor for class net.thevpc.common.collections.DoubleArrayList
 
DoubleArrayList(double[], int) - Constructor for class net.thevpc.common.collections.DoubleArrayList
 
DoubleArrayList(double[], int, int) - Constructor for class net.thevpc.common.collections.DoubleArrayList
 
DoubleArrayList(int) - Constructor for class net.thevpc.common.collections.DoubleArrayList
 
dump() - Method in class net.thevpc.common.collections.EvictingCharQueue
 
dump() - Method in class net.thevpc.common.collections.EvictingIntQueue
 

E

emptyCollection() - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
emptyCollection() - Method in class net.thevpc.common.collections.DefaultListValueMap
 
emptyCollection() - Method in class net.thevpc.common.collections.DefaultSetValueMap
 
ensureSize(int) - Method in class net.thevpc.common.collections.DoubleArrayList
 
ensureSize(int) - Method in class net.thevpc.common.collections.IntArrayList
 
ensureSize(int) - Method in class net.thevpc.common.collections.LongArrayList
 
Entry(K, V) - Constructor for class net.thevpc.common.collections.MapUtils.Entry
 
entrySet() - Method in class net.thevpc.common.collections.ClassMap
 
entrySet() - Method in class net.thevpc.common.collections.ClassMapList
 
entrySet() - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
entrySet() - Method in class net.thevpc.common.collections.IndexedMap
 
equals(Object) - Method in class net.thevpc.common.collections.BitSet2
Compares this object against the specified object.
equals(Object) - Method in class net.thevpc.common.collections.ClassMap
 
equals(Object) - Method in class net.thevpc.common.collections.ClassMapList
 
equals(Object) - Method in class net.thevpc.common.collections.ClassPair
 
equals(Object) - Method in class net.thevpc.common.collections.ClassPairMap
 
equals(Object) - Method in class net.thevpc.common.collections.ClassPairMapList
 
equals(Object) - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
equals(Object) - Method in class net.thevpc.common.collections.UnmodifiableList
 
evalHierarchy(ClassPair) - Method in class net.thevpc.common.collections.ClassPairMap
 
evictingCharQueue(int) - Static method in class net.thevpc.common.collections.Collections2
 
EvictingCharQueue - Class in net.thevpc.common.collections
 
EvictingCharQueue(int) - Constructor for class net.thevpc.common.collections.EvictingCharQueue
 
evictingIntQueue(int) - Static method in class net.thevpc.common.collections.Collections2
 
EvictingIntQueue - Class in net.thevpc.common.collections
 
EvictingIntQueue(int) - Constructor for class net.thevpc.common.collections.EvictingIntQueue
 
evictingQueue(int) - Static method in class net.thevpc.common.collections.Collections2
 
EvictingQueue<T> - Class in net.thevpc.common.collections
 
EvictingQueue(int) - Constructor for class net.thevpc.common.collections.EvictingQueue
 

F

filter(Collection, CollectionFilter) - Static method in class net.thevpc.common.collections.CollectionUtils
 
findClassHierarchy(Class, Class) - Static method in class net.thevpc.common.collections.ClassMap
 
flip(int) - Method in class net.thevpc.common.collections.BitSet2
Sets the bit at the specified index to the complement of its current value.
flip(int, int) - Method in class net.thevpc.common.collections.BitSet2
Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
format(String, String, String) - Method in class net.thevpc.common.collections.DoubleArrayList
 
format(String, String, String) - Method in class net.thevpc.common.collections.IntArrayList
 
format(String, String, String) - Method in class net.thevpc.common.collections.LongArrayList
 

G

get(int) - Method in class net.thevpc.common.collections.BitSet2
Returns the value of the bit with the specified index.
get(int) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
get(int) - Method in class net.thevpc.common.collections.DoubleArrayList
 
get(int) - Method in class net.thevpc.common.collections.EvictingCharQueue
 
get(int) - Method in class net.thevpc.common.collections.EvictingIntQueue
 
get(int) - Method in class net.thevpc.common.collections.EvictingQueue
 
get(int) - Method in class net.thevpc.common.collections.ImmutableConvertedList
 
get(int) - Method in class net.thevpc.common.collections.IntArrayList
 
get(int) - Method in class net.thevpc.common.collections.LongArrayList
 
get(int) - Method in class net.thevpc.common.collections.UnmodifiableList
 
get(int, int) - Method in class net.thevpc.common.collections.BitSet2
Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
get(Class) - Method in class net.thevpc.common.collections.ClassMap
 
get(Class, Class) - Method in class net.thevpc.common.collections.ClassPairMap
 
get(Object) - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
get(K) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
get(K) - Method in class net.thevpc.common.collections.IndexedMap
 
getAdded() - Method in class net.thevpc.common.collections.CollectionDiff
 
getAll(Class) - Method in class net.thevpc.common.collections.ClassMap
 
getAll(Class) - Method in class net.thevpc.common.collections.ClassMapList
 
getAll(Class, Class) - Method in class net.thevpc.common.collections.ClassPairMap
 
getAll(Class, Class) - Method in class net.thevpc.common.collections.ClassPairMapList
 
getAllRequired(Class) - Method in class net.thevpc.common.collections.ClassMap
 
getAllRequired(Class, Class) - Method in class net.thevpc.common.collections.ClassPairMap
 
getBaseType() - Method in class net.thevpc.common.collections.AcceptDenyClassSet
 
getByKey(K) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
getByKey(K) - Method in interface net.thevpc.common.collections.KeyValueList
 
getByKey(K) - Method in class net.thevpc.common.collections.UnmodifiableKeyValueList
 
getByValue(V) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
getByValue(V) - Method in interface net.thevpc.common.collections.KeyValueList
returns, it it exists, the value in this list with the same key for value param
getByValue(V) - Method in class net.thevpc.common.collections.UnmodifiableKeyValueList
 
getCommittedSize() - Method in class net.thevpc.common.collections.DoubleArrayList
 
getCommittedSize() - Method in class net.thevpc.common.collections.IntArrayList
 
getCommittedSize() - Method in class net.thevpc.common.collections.LongArrayList
 
getExact(Class) - Method in class net.thevpc.common.collections.ClassMap
 
getExact(Class) - Method in class net.thevpc.common.collections.ClassMapList
 
getExact(Class, Class) - Method in class net.thevpc.common.collections.ClassPairMap
 
getExact(Class, Class) - Method in class net.thevpc.common.collections.ClassPairMapList
 
getFirst() - Method in class net.thevpc.common.collections.ClassPair
 
getFirst(K) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
getFirst(K) - Method in interface net.thevpc.common.collections.MultiValueMap
 
getKeyAt(int) - Method in class net.thevpc.common.collections.IndexedMap
 
getKeys(Class) - Method in class net.thevpc.common.collections.ClassMap
 
getKeys(Class, Class) - Method in class net.thevpc.common.collections.ClassPairMap
 
getKeyType() - Method in class net.thevpc.common.collections.ClassMap
 
getKeyType() - Method in class net.thevpc.common.collections.ClassMapList
 
getOrCreate(Class) - Method in class net.thevpc.common.collections.ClassMapList
 
getOrCreate(K) - Method in interface net.thevpc.common.collections.AutoValueMap
 
getOrCreate(K) - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
getRegisteredKeys(Class) - Method in class net.thevpc.common.collections.ClassMap
 
getRemoved() - Method in class net.thevpc.common.collections.CollectionDiff
 
getRequired(Class) - Method in class net.thevpc.common.collections.ClassMap
 
getRequired(Class, Class) - Method in class net.thevpc.common.collections.ClassPairMap
 
getSecond() - Method in class net.thevpc.common.collections.ClassPair
 
getUnchanged() - Method in class net.thevpc.common.collections.CollectionDiff
 
getValueAt(int) - Method in class net.thevpc.common.collections.IndexedMap
 
getValues(K) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
getValues(K) - Method in interface net.thevpc.common.collections.MultiValueMap
 
getValueType() - Method in class net.thevpc.common.collections.ClassMap
 
getValueType() - Method in class net.thevpc.common.collections.ClassMapList
 
groupBy(Collection, int) - Static method in class net.thevpc.common.collections.CollectionUtils
 
grow(int) - Method in class net.thevpc.common.collections.DoubleArrayList
 
grow(int) - Method in class net.thevpc.common.collections.IntArrayList
 
grow(int) - Method in class net.thevpc.common.collections.LongArrayList
 

H

hashCode() - Method in class net.thevpc.common.collections.BitSet2
Returns the hash code value for this bit set.
hashCode() - Method in class net.thevpc.common.collections.ClassMap
 
hashCode() - Method in class net.thevpc.common.collections.ClassMapList
 
hashCode() - Method in class net.thevpc.common.collections.ClassPair
 
hashCode() - Method in class net.thevpc.common.collections.ClassPairMap
 
hashCode() - Method in class net.thevpc.common.collections.ClassPairMapList
 
hashCode() - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
hashCode() - Method in class net.thevpc.common.collections.UnmodifiableList
 
hashSetValueHashMap() - Static method in class net.thevpc.common.collections.Collections2
 
head(List, int) - Static method in class net.thevpc.common.collections.CollectionUtils
 

I

ImmutableConvertedList<A,B> - Class in net.thevpc.common.collections
Created by vpc on 8/15/14.
ImmutableConvertedList(List, Function) - Constructor for class net.thevpc.common.collections.ImmutableConvertedList
 
IndexedMap<K,V> - Class in net.thevpc.common.collections
 
IndexedMap() - Constructor for class net.thevpc.common.collections.IndexedMap
 
indexOf(double) - Method in class net.thevpc.common.collections.DoubleArrayList
 
indexOf(double, int) - Method in class net.thevpc.common.collections.DoubleArrayList
 
indexOf(double, int, int) - Method in class net.thevpc.common.collections.DoubleArrayList
 
indexOf(int) - Method in class net.thevpc.common.collections.IntArrayList
 
indexOf(int, int) - Method in class net.thevpc.common.collections.IntArrayList
 
indexOf(int, int, int) - Method in class net.thevpc.common.collections.IntArrayList
 
indexOf(long) - Method in class net.thevpc.common.collections.LongArrayList
 
indexOf(long, int) - Method in class net.thevpc.common.collections.LongArrayList
 
indexOf(long, int, int) - Method in class net.thevpc.common.collections.LongArrayList
 
indexOf(Object) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
indexOf(Object) - Method in class net.thevpc.common.collections.UnmodifiableList
 
indexOfKey(K) - Method in class net.thevpc.common.collections.IndexedMap
 
initMap(Map) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
insertAll(int, double...) - Method in class net.thevpc.common.collections.DoubleArrayList
 
insertAll(int, int...) - Method in class net.thevpc.common.collections.IntArrayList
 
insertAll(int, long...) - Method in class net.thevpc.common.collections.LongArrayList
 
IntArrayList - Class in net.thevpc.common.collections
 
IntArrayList() - Constructor for class net.thevpc.common.collections.IntArrayList
 
IntArrayList(int) - Constructor for class net.thevpc.common.collections.IntArrayList
 
IntArrayList(int[]) - Constructor for class net.thevpc.common.collections.IntArrayList
 
IntArrayList(int[], int) - Constructor for class net.thevpc.common.collections.IntArrayList
 
IntArrayList(int[], int, int) - Constructor for class net.thevpc.common.collections.IntArrayList
 
intersects(BitSet2) - Method in class net.thevpc.common.collections.BitSet2
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
invalidateCache() - Method in class net.thevpc.common.collections.ClassMap
 
isAccept(Class) - Method in class net.thevpc.common.collections.AcceptDenyClassSet
 
isAccept(T) - Method in class net.thevpc.common.collections.AcceptDenyEnumSet
 
isAccept(T) - Method in class net.thevpc.common.collections.AcceptDenySet
 
isEmpty() - Method in class net.thevpc.common.collections.BitSet2
Returns true if this BitSet contains no bits that are set to true.
isEmpty() - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
isEmpty() - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
isEmpty() - Method in class net.thevpc.common.collections.UnmodifiableCollection
 
iterator() - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
iterator() - Method in class net.thevpc.common.collections.EvictingQueue
 
iterator() - Method in class net.thevpc.common.collections.UnmodifiableCollection
 

K

keySet() - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
keySet() - Method in class net.thevpc.common.collections.ClassMap
 
keySet() - Method in class net.thevpc.common.collections.ClassMapList
 
keySet() - Method in class net.thevpc.common.collections.ClassPairMap
 
keySet() - Method in class net.thevpc.common.collections.ClassPairMapList
 
keySet() - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
keySet() - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
keySet() - Method in class net.thevpc.common.collections.IndexedMap
 
keySet() - Method in interface net.thevpc.common.collections.KeyValueList
 
keySet() - Method in interface net.thevpc.common.collections.MultiValueMap
 
keySet() - Method in class net.thevpc.common.collections.UnmodifiableKeyValueList
 
keySize() - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
keySize() - Method in interface net.thevpc.common.collections.MultiValueMap
 
keyValueList(Function) - Static method in class net.thevpc.common.collections.Collections2
a list of key-value pairs.
KeyValueList<K,V> - Interface in net.thevpc.common.collections
a Map that implements List interface was named MapList

L

lastIndexOf(double) - Method in class net.thevpc.common.collections.DoubleArrayList
 
lastIndexOf(double, int) - Method in class net.thevpc.common.collections.DoubleArrayList
 
lastIndexOf(double, int, int) - Method in class net.thevpc.common.collections.DoubleArrayList
 
lastIndexOf(int) - Method in class net.thevpc.common.collections.IntArrayList
 
lastIndexOf(int, int) - Method in class net.thevpc.common.collections.IntArrayList
 
lastIndexOf(int, int, int) - Method in class net.thevpc.common.collections.IntArrayList
 
lastIndexOf(long) - Method in class net.thevpc.common.collections.LongArrayList
 
lastIndexOf(long, int) - Method in class net.thevpc.common.collections.LongArrayList
 
lastIndexOf(long, int, int) - Method in class net.thevpc.common.collections.LongArrayList
 
lastIndexOf(Object) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
lastIndexOf(Object) - Method in class net.thevpc.common.collections.UnmodifiableList
 
length() - Method in class net.thevpc.common.collections.BitSet2
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
linkedmap(Object...) - Static method in class net.thevpc.common.collections.MapUtils
 
linkedmap(MapUtils.Entry...) - Static method in class net.thevpc.common.collections.MapUtils
 
listIterator() - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
listIterator() - Method in class net.thevpc.common.collections.UnmodifiableList
 
listIterator(int) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
listIterator(int) - Method in class net.thevpc.common.collections.UnmodifiableList
 
listValueMap() - Static method in class net.thevpc.common.collections.Collections2
 
ListValueMap<K,V> - Interface in net.thevpc.common.collections
 
LongArrayList - Class in net.thevpc.common.collections
 
LongArrayList() - Constructor for class net.thevpc.common.collections.LongArrayList
 
LongArrayList(int) - Constructor for class net.thevpc.common.collections.LongArrayList
 
LongArrayList(long[]) - Constructor for class net.thevpc.common.collections.LongArrayList
 
LongArrayList(long[], int) - Constructor for class net.thevpc.common.collections.LongArrayList
 
LongArrayList(long[], int, int) - Constructor for class net.thevpc.common.collections.LongArrayList
 
LRUMap<A,B> - Class in net.thevpc.common.collections
Created by vpc on 6/1/14.
LRUMap(int) - Constructor for class net.thevpc.common.collections.LRUMap
 

M

map(Object...) - Static method in class net.thevpc.common.collections.MapUtils
 
map(Map, Object...) - Static method in class net.thevpc.common.collections.MapUtils
 
map(Map, MapUtils.Entry...) - Static method in class net.thevpc.common.collections.MapUtils
 
map(MapUtils.Entry...) - Static method in class net.thevpc.common.collections.MapUtils
 
MapBuilder<K,V> - Class in net.thevpc.common.collections
 
MapBuilder() - Constructor for class net.thevpc.common.collections.MapBuilder
 
MapBuilder(Map) - Constructor for class net.thevpc.common.collections.MapBuilder
 
MapUtils - Class in net.thevpc.common.collections
 
MapUtils() - Constructor for class net.thevpc.common.collections.MapUtils
 
MapUtils.Entry<K,V> - Class in net.thevpc.common.collections
 
mergeMaps(Map, Map) - Static method in class net.thevpc.common.collections.CollectionUtils
 
multiValueEntrySet() - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
multiValueEntrySet() - Method in interface net.thevpc.common.collections.MultiValueMap
 
MultiValueMap<K,V,L> - Interface in net.thevpc.common.collections
 

N

net.thevpc.common.collections - package net.thevpc.common.collections
 
nextClearBit(int) - Method in class net.thevpc.common.collections.BitSet2
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextSetBit(int) - Method in class net.thevpc.common.collections.BitSet2
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.

O

of(Class) - Static method in class net.thevpc.common.collections.AcceptDenyEnumSet
 
of(Collection, Collection) - Static method in class net.thevpc.common.collections.CollectionDiff
 
of(Collection, Collection, Function) - Static method in class net.thevpc.common.collections.CollectionDiff
 
of(K, V) - Static method in class net.thevpc.common.collections.MapBuilder
 
of(K, V, K, V) - Static method in class net.thevpc.common.collections.MapBuilder
 
of(K, V, K, V, K, V) - Static method in class net.thevpc.common.collections.MapBuilder
 
of(K, V, K, V, K, V, K, V) - Static method in class net.thevpc.common.collections.MapBuilder
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class net.thevpc.common.collections.MapBuilder
 
or(BitSet2) - Method in class net.thevpc.common.collections.BitSet2
Performs a logical OR of this bit set with the bit set argument.

P

previousClearBit(int) - Method in class net.thevpc.common.collections.BitSet2
Returns the index of the nearest bit that is set to false that occurs on or before the specified starting index.
previousSetBit(int) - Method in class net.thevpc.common.collections.BitSet2
Returns the index of the nearest bit that is set to true that occurs on or before the specified starting index.
put(Class, Class, V) - Method in class net.thevpc.common.collections.ClassPairMap
 
put(Class, V) - Method in class net.thevpc.common.collections.ClassMap
 
put(K, V) - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
put(K, V) - Method in class net.thevpc.common.collections.IndexedMap
 
put(K, V) - Method in class net.thevpc.common.collections.MapBuilder
 
putAll(Map) - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
putAll(Map) - Method in class net.thevpc.common.collections.ClassMap
 
putAll(ClassMap) - Method in class net.thevpc.common.collections.ClassMap
 
putValues(K, V) - Method in class net.thevpc.common.collections.MapBuilder
 
putValues(K, V, K, V) - Method in class net.thevpc.common.collections.MapBuilder
 
putValues(K, V, K, V, K, V) - Method in class net.thevpc.common.collections.MapBuilder
 
putValues(K, V, K, V, K, V, K, V) - Method in class net.thevpc.common.collections.MapBuilder
 
putValues(K, V, K, V, K, V, K, V, K, V) - Method in class net.thevpc.common.collections.MapBuilder
 

R

remove(int) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
remove(int) - Method in class net.thevpc.common.collections.DoubleArrayList
 
remove(int) - Method in class net.thevpc.common.collections.IntArrayList
 
remove(int) - Method in class net.thevpc.common.collections.LongArrayList
 
remove(int) - Method in class net.thevpc.common.collections.UnmodifiableList
 
remove(Class) - Method in class net.thevpc.common.collections.ClassMap
 
remove(Class) - Method in class net.thevpc.common.collections.ClassMapList
 
remove(Class, Class) - Method in class net.thevpc.common.collections.ClassPairMap
 
remove(Class, Class, V) - Method in class net.thevpc.common.collections.ClassPairMapList
 
remove(Class, T) - Method in class net.thevpc.common.collections.ClassMapList
 
remove(Object) - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
remove(Object) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
remove(Object) - Method in class net.thevpc.common.collections.UnmodifiableCollection
 
remove(K) - Method in class net.thevpc.common.collections.IndexedMap
 
remove(K) - Method in class net.thevpc.common.collections.MapBuilder
 
remove(K, V) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
remove(K, V) - Method in interface net.thevpc.common.collections.MultiValueMap
 
removeAccept(Class) - Method in class net.thevpc.common.collections.AcceptDenyClassSet
 
removeAccept(T) - Method in class net.thevpc.common.collections.AcceptDenyEnumSet
 
removeAccept(T) - Method in class net.thevpc.common.collections.AcceptDenySet
 
removeAll(int, int) - Method in class net.thevpc.common.collections.DoubleArrayList
 
removeAll(int, int) - Method in class net.thevpc.common.collections.IntArrayList
 
removeAll(int, int) - Method in class net.thevpc.common.collections.LongArrayList
 
removeAll(Collection) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
removeAll(Collection) - Method in class net.thevpc.common.collections.UnmodifiableCollection
 
removeAll(Collection, Predicate) - Static method in class net.thevpc.common.collections.CollectionUtils
 
removeByKey(K) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
removeByKey(K) - Method in interface net.thevpc.common.collections.KeyValueList
 
removeByKey(K) - Method in class net.thevpc.common.collections.UnmodifiableKeyValueList
 
removeDeny(Class) - Method in class net.thevpc.common.collections.AcceptDenyClassSet
 
removeDeny(T) - Method in class net.thevpc.common.collections.AcceptDenyEnumSet
 
removeDeny(T) - Method in class net.thevpc.common.collections.AcceptDenySet
 
removeEldestEntry(Map.Entry) - Method in class net.thevpc.common.collections.LRUMap
Returns true if this LruCache has more entries than the maximum specified when it was created.
replaceSubList(int, int, double...) - Method in class net.thevpc.common.collections.DoubleArrayList
 
replaceSubList(int, int, int...) - Method in class net.thevpc.common.collections.IntArrayList
 
replaceSubList(int, int, long...) - Method in class net.thevpc.common.collections.LongArrayList
 
resize(int) - Method in class net.thevpc.common.collections.LRUMap
 
resolveFirst(List) - Method in class net.thevpc.common.collections.DefaultListValueMap
 
resolveFirst(Set) - Method in class net.thevpc.common.collections.DefaultSetValueMap
 
resolveFirst(L) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
retainAll(Collection) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
retainAll(Collection) - Method in class net.thevpc.common.collections.UnmodifiableCollection
 
retainAll(Collection, Predicate) - Static method in class net.thevpc.common.collections.CollectionUtils
 

S

set(int) - Method in class net.thevpc.common.collections.BitSet2
Sets the bit at the specified index to true.
set(int, boolean) - Method in class net.thevpc.common.collections.BitSet2
Sets the bit at the specified index to the specified value.
set(int, double) - Method in class net.thevpc.common.collections.DoubleArrayList
 
set(int, int) - Method in class net.thevpc.common.collections.BitSet2
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int) - Method in class net.thevpc.common.collections.IntArrayList
 
set(int, int, boolean) - Method in class net.thevpc.common.collections.BitSet2
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified value.
set(int, long) - Method in class net.thevpc.common.collections.LongArrayList
 
set(int, B) - Method in class net.thevpc.common.collections.ImmutableConvertedList
 
set(int, E) - Method in class net.thevpc.common.collections.UnmodifiableList
 
set(int, BitSet2, int, int) - Method in class net.thevpc.common.collections.BitSet2
 
set(int, V) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
setValueMap() - Static method in class net.thevpc.common.collections.Collections2
 
SetValueMap<K,V> - Interface in net.thevpc.common.collections
 
size() - Method in class net.thevpc.common.collections.BitSet2
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in class net.thevpc.common.collections.ClassMap
 
size() - Method in class net.thevpc.common.collections.ClassMapList
 
size() - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
size() - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
size() - Method in class net.thevpc.common.collections.DoubleArrayList
 
size() - Method in class net.thevpc.common.collections.EvictingCharQueue
 
size() - Method in class net.thevpc.common.collections.EvictingIntQueue
 
size() - Method in class net.thevpc.common.collections.EvictingQueue
 
size() - Method in class net.thevpc.common.collections.ImmutableConvertedList
 
size() - Method in class net.thevpc.common.collections.IndexedMap
 
size() - Method in class net.thevpc.common.collections.IntArrayList
 
size() - Method in class net.thevpc.common.collections.LongArrayList
 
size() - Method in class net.thevpc.common.collections.UnmodifiableCollection
 
splitBy(Collection, int) - Static method in class net.thevpc.common.collections.CollectionUtils
 
stream() - Method in class net.thevpc.common.collections.EvictingQueue
 
subList(int, int) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
subList(int, int) - Method in class net.thevpc.common.collections.DoubleArrayList
 
subList(int, int) - Method in class net.thevpc.common.collections.IntArrayList
 
subList(int, int) - Method in class net.thevpc.common.collections.LongArrayList
 
subList(int, int) - Method in class net.thevpc.common.collections.UnmodifiableList
 

T

tail(List, int) - Static method in class net.thevpc.common.collections.CollectionUtils
 
toArray() - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
toArray() - Method in class net.thevpc.common.collections.DoubleArrayList
 
toArray() - Method in class net.thevpc.common.collections.EvictingCharQueue
 
toArray() - Method in class net.thevpc.common.collections.EvictingIntQueue
 
toArray() - Method in class net.thevpc.common.collections.IntArrayList
 
toArray() - Method in class net.thevpc.common.collections.LongArrayList
 
toArray() - Method in class net.thevpc.common.collections.UnmodifiableCollection
 
toArray(T[]) - Method in class net.thevpc.common.collections.DefaultKeyValueList
 
toArray(T[]) - Method in class net.thevpc.common.collections.UnmodifiableCollection
 
toByteArray() - Method in class net.thevpc.common.collections.BitSet2
Returns a new byte array containing all the bits in this bit set.
toDoubleArray() - Method in class net.thevpc.common.collections.DoubleArrayList
 
toDoubleArrayList() - Method in class net.thevpc.common.collections.IntArrayList
 
toDoubleArrayList() - Method in class net.thevpc.common.collections.LongArrayList
 
toDoubleList() - Method in class net.thevpc.common.collections.DoubleArrayList
 
toIntCastArrayList() - Method in class net.thevpc.common.collections.LongArrayList
 
toIntegerArray() - Method in class net.thevpc.common.collections.IntArrayList
 
toIntegerList() - Method in class net.thevpc.common.collections.IntArrayList
 
toIntegerList() - Method in class net.thevpc.common.collections.LongArrayList
 
toList() - Method in class net.thevpc.common.collections.EvictingQueue
 
toList(Iterable) - Static method in class net.thevpc.common.collections.CollectionUtils
 
toList(Iterator) - Static method in class net.thevpc.common.collections.CollectionUtils
 
toLongArray() - Method in class net.thevpc.common.collections.BitSet2
Returns a new long array containing all the bits in this bit set.
toLongArray() - Method in class net.thevpc.common.collections.LongArrayList
 
toLongArrayList() - Method in class net.thevpc.common.collections.IntArrayList
 
toLongCastArrayList() - Method in class net.thevpc.common.collections.DoubleArrayList
 
toSet(String[], boolean, boolean, boolean) - Static method in class net.thevpc.common.collections.CollectionUtils
 
toString() - Method in class net.thevpc.common.collections.BitSet2
Returns a string representation of this bit set.
toString() - Method in class net.thevpc.common.collections.ClassPair
 
toString() - Method in class net.thevpc.common.collections.CollectionDiff
 
toString() - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
toString() - Method in class net.thevpc.common.collections.DoubleArrayList
 
toString() - Method in class net.thevpc.common.collections.EvictingCharQueue
 
toString() - Method in class net.thevpc.common.collections.EvictingIntQueue
 
toString() - Method in class net.thevpc.common.collections.IntArrayList
 
toString() - Method in class net.thevpc.common.collections.LongArrayList
 
toString() - Method in class net.thevpc.common.collections.UnmodifiableCollection
 
toStringDebug() - Method in class net.thevpc.common.collections.DoubleArrayList
 
toStringDebug() - Method in class net.thevpc.common.collections.IntArrayList
 
toStringDebug() - Method in class net.thevpc.common.collections.LongArrayList
 
trimToSize() - Method in class net.thevpc.common.collections.DoubleArrayList
 
trimToSize() - Method in class net.thevpc.common.collections.IntArrayList
 
trimToSize() - Method in class net.thevpc.common.collections.LongArrayList
 

U

unmodifiableCollection(Collection) - Static method in class net.thevpc.common.collections.CollectionUtils
 
unmodifiableCollection(List) - Method in class net.thevpc.common.collections.DefaultListValueMap
 
unmodifiableCollection(Set) - Method in class net.thevpc.common.collections.DefaultSetValueMap
 
unmodifiableCollection(L) - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
UnmodifiableCollection<E> - Class in net.thevpc.common.collections
Created by vpc on 8/25/16.
unmodifiableKeyValueList(KeyValueList) - Static method in class net.thevpc.common.collections.Collections2
 
UnmodifiableKeyValueList<K,V> - Class in net.thevpc.common.collections
Created by vpc on 8/25/16.
unmodifiableList(List) - Static method in class net.thevpc.common.collections.CollectionUtils
 
UnmodifiableList<E> - Class in net.thevpc.common.collections
Created by vpc on 8/25/16.
unmodifiableMap(Map) - Static method in class net.thevpc.common.collections.CollectionUtils
 
unmodifiableMapList(KeyValueList) - Static method in class net.thevpc.common.collections.CollectionUtils
 

V

valueEntries() - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
valueEntries() - Method in interface net.thevpc.common.collections.MultiValueMap
 
valueEntryIterator() - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
valueEntryIterator() - Method in interface net.thevpc.common.collections.MultiValueMap
 
valueEntryList() - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
valueEntryList() - Method in interface net.thevpc.common.collections.MultiValueMap
 
valueOf(byte[]) - Static method in class net.thevpc.common.collections.BitSet2
Returns a new bit set containing all the bits in the given byte array.
valueOf(long[]) - Static method in class net.thevpc.common.collections.BitSet2
Returns a new bit set containing all the bits in the given long array.
valueOf(ByteBuffer) - Static method in class net.thevpc.common.collections.BitSet2
Returns a new bit set containing all the bits in the given byte buffer between its position and limit.
valueOf(LongBuffer) - Static method in class net.thevpc.common.collections.BitSet2
Returns a new bit set containing all the bits in the given long buffer between its position and limit.
values() - Method in class net.thevpc.common.collections.DefaultAutoValueMap
 
values() - Method in class net.thevpc.common.collections.IndexedMap
 
valueSize() - Method in class net.thevpc.common.collections.AbstractMultiValueMap
 
valueSize() - Method in interface net.thevpc.common.collections.MultiValueMap
 

X

xor(BitSet2) - Method in class net.thevpc.common.collections.BitSet2
Performs a logical XOR of this bit set with the bit set argument.
A B C D E F G H I K L M N O P R S T U V X 
All Classes and Interfaces|All Packages|Serialized Form