|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISockEntry<T>
The entries in a sock have dates in addition to the actual object of the entry. This class represents the combination of those too. Instances of this class can be retreived from the ISock interface through the entryPeek and entryIterator methods.
Method Summary | |
---|---|
java.util.Date |
getDate()
The Date when this entry was added to the Sock |
T |
getValue()
The value of the this sock entry. |
Method Detail |
---|
java.util.Date getDate()
T getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |