Package com.tangosol.util
Class SortedBag.UniqueElement<E>
java.lang.Object
com.tangosol.util.SortedBag.UniqueElement<E>
- All Implemented Interfaces:
- Comparable
UniqueElement represents a unique instance of a logical element in the bag.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final EThe "actual" element.protected final longThe unique "id" for this element.
- 
Constructor SummaryConstructorsConstructorDescriptionUniqueElement(E elem) Create a UniqueElement to represent the specified element.
- 
Method Summary
- 
Field Details- 
f_nUniqueIdprotected final long f_nUniqueIdThe unique "id" for this element.
- 
f_elemThe "actual" element.
 
- 
- 
Constructor Details- 
UniqueElementCreate a UniqueElement to represent the specified element.- Parameters:
- elem- the element
 
 
- 
- 
Method Details- 
compareTo- Specified by:
- compareToin interface- Comparable<E>
 
 
-