|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.storage.ObjectEnumeration
public class ObjectEnumeration
Useful class to enumerate sorted and filtered contact records
Constructor Summary | |
---|---|
ObjectEnumeration()
|
|
ObjectEnumeration(AbstractRecordStore refrs,
ObjectFilter rf,
ObjectComparator rc,
Serializable obj)
Constructor |
Method Summary | |
---|---|
int |
getSize()
return the number of objects within the enumeration |
boolean |
hasMoreElements()
Enumeration interface implemented method |
java.lang.Object |
nextElement()
Enumeration interface implemented method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectEnumeration()
public ObjectEnumeration(AbstractRecordStore refrs, ObjectFilter rf, ObjectComparator rc, Serializable obj)
Method Detail |
---|
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
public int getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |