java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiAbstractMapObject<K,V>
io.qt.internal.QtJambiMapObject<K,V>
- All Implemented Interfaces:
QtObjectInterface,Iterable<QPair<K,,V>> Map<K,,V> NavigableMap<K,,V> SortedMap<K,V>
- Direct Known Subclasses:
QMap
public abstract class QtJambiMapObject<K,V>
extends QtJambiAbstractMapObject<K,V>
implements NavigableMap<K,V>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionceilingEntry(K key) final KceilingKey(K key) final NavigableSet<K>final NavigableMap<K,V> entrySet()protected abstract QtJambiMapIteratorObject<K,V> floorEntry(K key) final Kfinal NavigableMap<K,V> final NavigableMap<K,V> higherEntry(K key) final KkeySet()protected abstract QtJambiMapIteratorObject<K,V> lowerBound(K key) lowerEntry(K key) final Kfinal NavigableSet<K>final NavigableMap<K,V> final NavigableMap<K,V> final NavigableMap<K,V> final NavigableMap<K,V> protected abstract QtJambiMapIteratorObject<K,V> upperBound(K key) Methods inherited from class io.qt.internal.QtJambiAbstractMapObject
begin, end, isEmpty, iterator, keys, putAll, size, toStringMethods inherited from class io.qt.QtObject
dispose, equals, isDisposedMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, sizeMethods inherited from interface java.util.SortedMap
comparator, firstKey, lastKey, values
-
Constructor Details
-
QtJambiMapObject
protected QtJambiMapObject() -
QtJambiMapObject
-
-
Method Details
-
find
-
lowerBound
-
upperBound
-
subMap
-
headMap
-
tailMap
-
lowerEntry
- Specified by:
lowerEntryin interfaceNavigableMap<K,V>
-
lowerKey
- Specified by:
lowerKeyin interfaceNavigableMap<K,V>
-
floorEntry
- Specified by:
floorEntryin interfaceNavigableMap<K,V>
-
floorKey
- Specified by:
floorKeyin interfaceNavigableMap<K,V>
-
ceilingEntry
- Specified by:
ceilingEntryin interfaceNavigableMap<K,V>
-
ceilingKey
- Specified by:
ceilingKeyin interfaceNavigableMap<K,V>
-
higherEntry
- Specified by:
higherEntryin interfaceNavigableMap<K,V>
-
higherKey
- Specified by:
higherKeyin interfaceNavigableMap<K,V>
-
firstEntry
- Specified by:
firstEntryin interfaceNavigableMap<K,V>
-
lastEntry
- Specified by:
lastEntryin interfaceNavigableMap<K,V>
-
pollFirstEntry
- Specified by:
pollFirstEntryin interfaceNavigableMap<K,V>
-
pollLastEntry
- Specified by:
pollLastEntryin interfaceNavigableMap<K,V>
-
descendingMap
- Specified by:
descendingMapin interfaceNavigableMap<K,V>
-
descendingKeySet
- Specified by:
descendingKeySetin interfaceNavigableMap<K,V>
-
subMap
@QtUninvokable public final NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) - Specified by:
subMapin interfaceNavigableMap<K,V>
-
headMap
- Specified by:
headMapin interfaceNavigableMap<K,V>
-
tailMap
- Specified by:
tailMapin interfaceNavigableMap<K,V>
-
entrySet
-
keySet
-