Uses of Class
org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
-
Uses of LinkedMap.MapEntry in org.pentaho.reporting.libraries.base.util
Modifier and TypeFieldDescriptionprotected LinkedMap.MapEntry
LinkedMap.MapEntry.collisionNext
The link to the next entry in the bucket that has the same hashkey.protected LinkedMap.MapEntry
LinkedMap.MapEntry.next
The link to the next entry in the list.protected LinkedMap.MapEntry
LinkedMap.MapEntry.previous
The link to the previous entry in the list.Modifier and TypeMethodDescriptionLinkedMap.MapEntry.getCollisionNext()
Returns the next map-entry in the bucket.LinkedMap.MapEntry.getNext()
Returns the next entry in the list or null if this is the last entry.LinkedMap.MapEntry.getPrevious()
Returns the previous entry in the list or null if this is the first entry.Modifier and TypeMethodDescriptionvoid
LinkedMap.MapEntry.setCollisionNext
(LinkedMap.MapEntry collisionNext) Defines the next map-entry in the bucket.void
LinkedMap.MapEntry.setNext
(LinkedMap.MapEntry next) Redefines the next entry in the list or null if this is the last entry.void
LinkedMap.MapEntry.setPrevious
(LinkedMap.MapEntry previous) Redefines the previous entry in the list or null if this is the first entry.