|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package mathCollection |
Class mathCollection.BitMathIntSet extends java.lang.Object implements Serializable |
Serialized Fields |
java.util.BitSet myBitSet
BitSet
where the elements of this
set are stored.
int storedHashCode
storedHashCode
is set to 0 and gets updated as soon as the hashCode()
method is called.
int storedSize
storedSize
is
set to -1 and gets updated as soon as the size()
method is
called.
int storedMinimum
storedMinimum
cannot be determined in constant time,
storedMinimum
is set to -1 and gets updated as soon as the
getMinimum()
method is called.
boolean isConcurrentlyModified
Class mathCollection.HashMathSet extends AbstractMathSet implements Serializable |
Serialized Fields |
java.util.HashSet myHashSet
HashSet where the elements of this
set are stored.
int storedHashCode
storedHashCode
is set to 0 and
gets updated as soon as the hashCode()
method is called.
Class mathCollection.HashMultiset extends AbstractMultiset implements Serializable |
Serialized Fields |
java.util.HashMap myHashMap
HashMap
where the elements of this
set are stored.
int storedHashCode
hashCode()
method is called.
int storedSize
boolean isConcurrentlyModified
Class mathCollection.HashSetOfSets extends AbstractSetOfSets implements Serializable |
Serialized Fields |
java.util.HashSet myHashSet
HashSet where the elements of this
set are stored.
HashMultiset flatVersion
int storedHashCode
storedHashCode
is set to 0 and
gets updated as soon as the hashCode()
method is called.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |