Class TIntMap.EntrySet
- All Implemented Interfaces:
Iterable<TIntMap<T>.Entry>, Collection<TIntMap<T>.Entry>, Set<TIntMap<T>.Entry>
- Enclosing class:
TIntMap<T extends Comparable>
/////////////////////////////////////////////////////////
- Author:
- Adam Pauls, Percy Liang
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
EntrySet
public EntrySet()
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceCollection<TIntMap<T extends Comparable>.Entry>- Specified by:
iteratorin interfaceIterable<TIntMap<T extends Comparable>.Entry>- Specified by:
iteratorin interfaceSet<TIntMap<T extends Comparable>.Entry>- Specified by:
iteratorin classAbstractCollection<TIntMap<T extends Comparable>.Entry>
-
size
public int size()- Specified by:
sizein interfaceCollection<TIntMap<T extends Comparable>.Entry>- Specified by:
sizein interfaceSet<TIntMap<T extends Comparable>.Entry>- Specified by:
sizein classAbstractCollection<TIntMap<T extends Comparable>.Entry>
-
contains
- Specified by:
containsin interfaceCollection<TIntMap<T extends Comparable>.Entry>- Specified by:
containsin interfaceSet<TIntMap<T extends Comparable>.Entry>- Overrides:
containsin classAbstractCollection<TIntMap<T extends Comparable>.Entry>
-
remove
- Specified by:
removein interfaceCollection<TIntMap<T extends Comparable>.Entry>- Specified by:
removein interfaceSet<TIntMap<T extends Comparable>.Entry>- Overrides:
removein classAbstractCollection<TIntMap<T extends Comparable>.Entry>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<TIntMap<T extends Comparable>.Entry>- Specified by:
clearin interfaceSet<TIntMap<T extends Comparable>.Entry>- Overrides:
clearin classAbstractCollection<TIntMap<T extends Comparable>.Entry>
-