|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScalableHashMap.PrefixEntry | |
|---|---|
| com.sun.sgs.app.util | Provides utilities for use by RedDwarf Server application developers. |
| Uses of ScalableHashMap.PrefixEntry in com.sun.sgs.app.util |
|---|
| Fields in com.sun.sgs.app.util declared as ScalableHashMap.PrefixEntry | |
|---|---|
(package private) ScalableHashMap.PrefixEntry<K,V> |
ScalableHashMap.PrefixEntry.next
The next chained entry in this entry's bucket. |
| Methods in com.sun.sgs.app.util that return ScalableHashMap.PrefixEntry | |
|---|---|
(package private) ScalableHashMap.PrefixEntry<K,V> |
ScalableHashMap.firstEntry()
Returns the first entry in this leaf, or null if there are no
entries. |
(package private) ScalableHashMap.PrefixEntry<K,V> |
ScalableHashMap.getEntry(Object key)
Returns the PrefixEntry associated with this key. |
(package private) ScalableHashMap.PrefixEntry<K,V> |
ScalableHashMap.nextEntry(int hash,
ManagedReference<?> keyRef)
Returns the next entry in this leaf after the entry with the specified hash and key reference, or null if there are no entries after
that position. |
| Methods in com.sun.sgs.app.util with parameters of type ScalableHashMap.PrefixEntry | |
|---|---|
(package private) static boolean |
ScalableHashMap.removeSomeLeafEntries(ScalableHashMap.PrefixEntry[] table)
Removes some entries from the specified array of entries, returning true if they were all removed. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||