Uses of Class
org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
-
Packages that use LinkedMap.MapEntry Package Description org.pentaho.reporting.libraries.base.util -
-
Uses of LinkedMap.MapEntry in org.pentaho.reporting.libraries.base.util
Fields in org.pentaho.reporting.libraries.base.util declared as LinkedMap.MapEntry Modifier and Type Field Description protected 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.Methods in org.pentaho.reporting.libraries.base.util that return LinkedMap.MapEntry Modifier and Type Method Description LinkedMap.MapEntry
LinkedMap.MapEntry. getCollisionNext()
Returns the next map-entry in the bucket.LinkedMap.MapEntry
LinkedMap.MapEntry. getNext()
Returns the next entry in the list or null if this is the last entry.LinkedMap.MapEntry
LinkedMap.MapEntry. getPrevious()
Returns the previous entry in the list or null if this is the first entry.Methods in org.pentaho.reporting.libraries.base.util with parameters of type LinkedMap.MapEntry Modifier and Type Method Description void
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.
-