Package | Description |
---|---|
org.pentaho.reporting.libraries.base.util |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2017 Hitachi Vantara. All rights reserved.