public static class LinkedCollection.LinkedEntry<K>
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
LinkedCollection.LinkedEntry<K> |
next |
|
LinkedCollection.LinkedEntry<K> |
prev |
|
K |
value |
Constructor | Description |
---|---|
LinkedEntry(K val) |
public LinkedCollection.LinkedEntry<K> prev
public LinkedCollection.LinkedEntry<K> next
public K value
public LinkedEntry(K val)