|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.SortedBag.UniqueElement
protected class SortedBag.UniqueElement
UniqueElement represents a unique instance of a logical element in the bag.
| Field Summary | |
|---|---|
protected long |
f_nUniqueIdThe unique "id" for this element. |
protected java.lang.Object |
f_oElemThe "actual" element. |
| Constructor Summary | |
|---|---|
SortedBag.UniqueElement(java.lang.Object oElem)Create a UniqueElement to represent the specified element. |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o) |
| Field Detail |
|---|
protected final long f_nUniqueId
protected final java.lang.Object f_oElem
| Constructor Detail |
|---|
public SortedBag.UniqueElement(java.lang.Object oElem)
oElem - the element| Method Detail |
|---|
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||