|
org.netbeans.modules.editor.util/1 1.17 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompactMap.MapEntry | |
---|---|
org.netbeans.lib.editor.util |
Uses of CompactMap.MapEntry in org.netbeans.lib.editor.util |
---|
Subclasses of CompactMap.MapEntry in org.netbeans.lib.editor.util | |
---|---|
static class |
CompactMap.DefaultMapEntry<K,V>
Default implementation of the map entry similar to e.g. |
Methods in org.netbeans.lib.editor.util that return CompactMap.MapEntry | |
---|---|
CompactMap.MapEntry<K,V> |
CompactMap.getFirstEntry(int hashCode)
Get an entry from a bucket that corresponds to the given hash code. |
CompactMap.MapEntry<K,V> |
CompactMap.MapEntry.nextMapEntry()
Get next map entry linked to this one. |
CompactMap.MapEntry<K,V> |
CompactMap.putEntry(CompactMap.MapEntry<K,V> entry)
Put the given entry into the map. |
CompactMap.MapEntry<K,V> |
CompactMap.removeEntry(CompactMap.MapEntry<K,V> entry)
Remove the given entry from the map. |
Methods in org.netbeans.lib.editor.util with parameters of type CompactMap.MapEntry | |
---|---|
CompactMap.MapEntry<K,V> |
CompactMap.putEntry(CompactMap.MapEntry<K,V> entry)
Put the given entry into the map. |
CompactMap.MapEntry<K,V> |
CompactMap.removeEntry(CompactMap.MapEntry<K,V> entry)
Remove the given entry from the map. |
|
org.netbeans.modules.editor.util/1 1.17 | |||||||||
PREV NEXT | FRAMES NO FRAMES |