Package squidpony.squidmath
Class IntIntOrderedMap.MapEntrySet
java.lang.Object
squidpony.squidmath.IntIntOrderedMap.MapEntrySet
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<IntIntOrderedMap.MapEntry>,Collection<IntIntOrderedMap.MapEntry>,Set<IntIntOrderedMap.MapEntry>,SortedSet<IntIntOrderedMap.MapEntry>
- Enclosing class:
- IntIntOrderedMap
public final class IntIntOrderedMap.MapEntrySet extends Object implements Cloneable, SortedSet<IntIntOrderedMap.MapEntry>, Set<IntIntOrderedMap.MapEntry>, Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MapEntrySet() -
Method Summary
-
Constructor Details
-
MapEntrySet
public MapEntrySet()
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
iteratorin interfaceIterable<IntIntOrderedMap.MapEntry>- Specified by:
iteratorin interfaceSet<IntIntOrderedMap.MapEntry>
-
comparator
- Specified by:
comparatorin interfaceSortedSet<IntIntOrderedMap.MapEntry>
-
subSet
public SortedSet<IntIntOrderedMap.MapEntry> subSet(IntIntOrderedMap.MapEntry fromElement, IntIntOrderedMap.MapEntry toElement)- Specified by:
subSetin interfaceSortedSet<IntIntOrderedMap.MapEntry>
-
headSet
- Specified by:
headSetin interfaceSortedSet<IntIntOrderedMap.MapEntry>
-
tailSet
- Specified by:
tailSetin interfaceSortedSet<IntIntOrderedMap.MapEntry>
-
first
- Specified by:
firstin interfaceSortedSet<IntIntOrderedMap.MapEntry>
-
last
- Specified by:
lastin interfaceSortedSet<IntIntOrderedMap.MapEntry>
-
contains
- Specified by:
containsin interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
containsin interfaceSet<IntIntOrderedMap.MapEntry>
-
remove
- Specified by:
removein interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
removein interfaceSet<IntIntOrderedMap.MapEntry>
-
size
- Specified by:
sizein interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
sizein interfaceSet<IntIntOrderedMap.MapEntry>
-
clear
- Specified by:
clearin interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
clearin interfaceSet<IntIntOrderedMap.MapEntry>
-
fastIterator
-
equals
- Specified by:
equalsin interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
equalsin interfaceSet<IntIntOrderedMap.MapEntry>- Overrides:
equalsin classObject
-
toArray
- Specified by:
toArrayin interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
toArrayin interfaceSet<IntIntOrderedMap.MapEntry>
-
toArray
- Specified by:
toArrayin interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
toArrayin interfaceSet<IntIntOrderedMap.MapEntry>
-
addAll
Unsupported.- Specified by:
addAllin interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
addAllin interfaceSet<IntIntOrderedMap.MapEntry>- Parameters:
c- ignored- Returns:
- nothing, throws UnsupportedOperationException
- Throws:
UnsupportedOperationException- always
-
add
Unsupported.- Specified by:
addin interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
addin interfaceSet<IntIntOrderedMap.MapEntry>- Parameters:
k- ignored- Returns:
- nothing, throws UnsupportedOperationException
- Throws:
UnsupportedOperationException- always
-
containsAll
Checks whether this collection contains all elements from the given collection.- Specified by:
containsAllin interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
containsAllin interfaceSet<IntIntOrderedMap.MapEntry>- Parameters:
c- a collection.- Returns:
trueif this collection contains all elements of the argument.
-
retainAll
Retains in this collection only elements from the given collection.- Specified by:
retainAllin interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
retainAllin interfaceSet<IntIntOrderedMap.MapEntry>- Parameters:
c- a collection.- Returns:
trueif this collection changed as a result of the call.
-
removeAll
Remove from this collection all elements in the given collection. If the collection is an instance of this class, it uses faster iterators.- Specified by:
removeAllin interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
removeAllin interfaceSet<IntIntOrderedMap.MapEntry>- Parameters:
c- a collection.- Returns:
trueif this collection changed as a result of the call.
-
isEmpty
- Specified by:
isEmptyin interfaceCollection<IntIntOrderedMap.MapEntry>- Specified by:
isEmptyin interfaceSet<IntIntOrderedMap.MapEntry>
-
toString
-