|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
MathSet
interface to minimize the effort required to implement this
interface.Multiset
interface to minimize the effort required to implement this interface.SetOfSets
interface to minimize the effort required to implement this interface.quantity
of times to this
multiset.
quantity
of times to this
multiset.
BitMathIntSet
to
this mathematical set.
BitSet
. BitSet
's initial size is large enough to explicitly
store integers in the range 0
through 63
.
BitSet
's initial size is large enough to explicitly
store ints in the range 0
through nBits - 1
.
int
element of this set
as an Integer
object.BitMathIntSet
instance.
HashMathSet
instance: the
elements themselves are not cloned.
HashMultiset
instance: the
elements themselves are not cloned.
HashSetOfSets
instance: the
elements themselves are not cloned.
true
if this set contains the specified integer.
true
if this set contains the specified element.
true
if this set contains the specified element.
true
if this set of sets contains the specified
element (Set).
true
if this set contains the specified element.
true
if this set of sets contains a set in which the
specified element is present.
true
if this set of sets contains a set in which the
specified element is present.
true
if this set of sets contains a set in which the
specified element is present.
HashSetOfSets
instance.
SetOfSets
instance.
MathSet
interface, backed by a hash
table (specifically, a HashSet
instance). HashSet
instance has default initial capacity (16) and
load factor (0.75).
HashSet
instance has the specified initial capacity and
default load factor, which is 0.75.
HashSet
instance has the specified initial capacity and
the specified load factor.
HashSet.iterator()
while accounting for the additional storedHashCode
attribute.Multiset
interface, backed by a hash
map (specifically, a HashMap
instance).HashMap
instance has default initial capacity (16) and load factor (0.75).
HashMap
instance has specified initial capacity and default load factor
(0.75).
HashMap
instance has specified initial capacity and load factor.
Multiset
(equal elements get 'counted' instead of
each being stored separately), iterates over individual
Multiset
elements.SetOfSets
interface, backed by a
hash table (specifically, a HashSet
instance). HashSet
instance as well as the HashMap flatVersion
have default
initial capacity (16) and load factor (0.75).
HashSet
instance has the specified initial capacity and default load factor,
which is 0.75.
HashSet
instance has the specified initial capacity and the specified load
factor.
HashSet.iterator()
while accounting for the additional storedHashCode attribute.true
if this mathematical set has no common
elements with the specified set.
true
if this multiset has no common element with the
specified set.
true
if this mathematical set has no common
elements with the specified set.
true
if the specified set has no common elements
with this mathematical set.
true
if the specified collection has no common
elements with this multiset.
true
if this set contains no integers.
true
if this set contains no elements.
true
if this multiset contains no elements.
true
if this set of sets contains no elements.
true
if this mathematical set is a subset of the
specified set.
true
if this multiset is a subset of the
specified collection.
true
if this mathematical set is a subset of the
specified set.
true
if this mathematical set is a subset of the
specified set.
true
if this mathematical set is a subset of the
specified set.
true
if this multiset is a subset of the
specified collection.
true
if this mathematical set is a superset of the
specified set.
true
if this multiset is a superset of the
specified collection.
true
if this mathematical set is a superset of the
specified set.
true
if this multiset is a superset of the
specified collection.
true
if this mathematical set is a superset of the
specified set.
true
if this multiset is a superset of the
specified collection.
java.util.Set
for representing mathematical
sets.BitSet
where the elements of this
set are stored.
HashMap
where the elements of this
set are stored.
HashSet where the elements of this
set are stored.
- myHashSet -
Variable in class mathCollection.HashSetOfSets
- The backing instance of
HashSet where the elements of this
set are stored.
- myIterator -
Variable in class mathCollection.HashMathSet.HashMathSetIterator
-
- myIterator -
Variable in class mathCollection.HashSetOfSets.HashSetOfSetsIterator
-
- myKeySetIterator -
Variable in class mathCollection.HashMultiset.HashMultisetIterator
-
- myMathSet -
Variable in class mathCollection.MathCollections.SynchronizedMathSet
-
- myMultiset -
Variable in class mathCollection.MathCollections.SynchronizedMultiset
-
- myMutex -
Variable in class mathCollection.MathCollections.SynchronizedMathSet
-
- myMutex -
Variable in class mathCollection.MathCollections.SynchronizedMultiset
-
- myMutex -
Variable in class mathCollection.MathCollections.SynchronizedSetOfSets
-
- mySetOfSets -
Variable in class mathCollection.MathCollections.SynchronizedSetOfSets
-
quantity
of times from this
multiset if possible.
quantity
of times from this
multiset if possible.
BitMathIntSet
.
BitMathIntSet
.
synchronizedMathSet(MathSet)
, but the
mutex that is blocked by method calls can be specified.
synchronizedMultiset(Multiset)
, but the
mutex that is blocked by method calls can be specified.
synchronizedSetOfSets(SetOfSets)
, but
the mutex that is blocked by method calls can be specified.
Set
containing the 'flattened' version of
this multiset in which every element of this multiset is present exactly
once.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |