Uses of Class
org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
Packages that use LinkedMap.MapEntry
- 
Uses of LinkedMap.MapEntry in org.pentaho.reporting.libraries.base.utilFields in org.pentaho.reporting.libraries.base.util declared as LinkedMap.MapEntryModifier and TypeFieldDescriptionprotected LinkedMap.MapEntryLinkedMap.MapEntry.collisionNextThe link to the next entry in the bucket that has the same hashkey.protected LinkedMap.MapEntryLinkedMap.MapEntry.nextThe link to the next entry in the list.protected LinkedMap.MapEntryLinkedMap.MapEntry.previousThe link to the previous entry in the list.Methods in org.pentaho.reporting.libraries.base.util that return LinkedMap.MapEntryModifier 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.Methods in org.pentaho.reporting.libraries.base.util with parameters of type LinkedMap.MapEntryModifier and TypeMethodDescriptionvoidLinkedMap.MapEntry.setCollisionNext(LinkedMap.MapEntry collisionNext) Defines the next map-entry in the bucket.voidLinkedMap.MapEntry.setNext(LinkedMap.MapEntry next) Redefines the next entry in the list or null if this is the last entry.voidLinkedMap.MapEntry.setPrevious(LinkedMap.MapEntry previous) Redefines the previous entry in the list or null if this is the first entry.