Package org.ojalgo.type.keyvalue
Class EntrySet.ObjectObject<K,V>
java.lang.Object
java.util.AbstractCollection<Map.Entry<K,V>>
java.util.AbstractList<Map.Entry<K,V>>
org.ojalgo.type.keyvalue.EntrySet<K,V>
org.ojalgo.type.keyvalue.EntrySet.ObjectObject<K,V>
- All Implemented Interfaces:
Iterable<Map.Entry<K,
,V>> Collection<Map.Entry<K,
,V>> List<Map.Entry<K,
,V>> SequencedCollection<Map.Entry<K,
,V>> Set<Map.Entry<K,
,V>> EntryList<K,
,V> Paired<K,
V>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ojalgo.type.keyvalue.EntrySet
EntrySet.EntryView<K,
V>, EntrySet.KeyedPrimitives<K>, EntrySet.ObjectByte<K>, EntrySet.ObjectDouble<K>, EntrySet.ObjectFloat<K>, EntrySet.ObjectInt<K>, EntrySet.ObjectLong<K>, EntrySet.ObjectObject<K, V>, EntrySet.ObjectShort<K>, EntrySet.ViewingIterator<K, V> -
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ojalgo.type.keyvalue.EntrySet
getKey, getPair, iterator, size, spliterator
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, getFirst, getLast, hashCode, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, sort, subList, toArray, toArray
-
Field Details
-
myValues
-
-
Constructor Details
-
ObjectObject
-
-
Method Details