public class SimpleEntry<T extends Comparable<?>> extends Object implements DSet.Entry
Streamable.Streamable.Closure| Constructor and Description |
|---|
SimpleEntry(T key) |
| Modifier and Type | Method and Description |
|---|---|
T |
getKey()
Each entry provide an associated key which is used to determine its uniqueness in the
set.
|
public SimpleEntry(T key)
public T getKey()
DSet.EntryDSet class documentation for further information.getKey in interface DSet.EntryCopyright © 2015. All rights reserved.