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.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.MapEntry Modifier and Type Method Description LinkedMap.MapEntryLinkedMap.MapEntry. getCollisionNext()Returns the next map-entry in the bucket.LinkedMap.MapEntryLinkedMap.MapEntry. getNext()Returns the next entry in the list or null if this is the last entry.LinkedMap.MapEntryLinkedMap.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 voidLinkedMap.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. 
 -