com.gbshape.dbe.utils
Class ValueListHandler
java.lang.Object
com.gbshape.dbe.utils.ValueListHandler
- All Implemented Interfaces:
- java.io.Serializable
- public class ValueListHandler
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueListHandler
public ValueListHandler()
setList
public void setList(java.util.List list)
throws IteratorException
- Throws:
IteratorException
getList
public java.util.Collection getList()
getSize
public int getSize()
throws IteratorException
- Throws:
IteratorException
getCurrentElement
public java.lang.Object getCurrentElement()
throws IteratorException
- Throws:
IteratorException
getCurrentIndex
public int getCurrentIndex()
throws IteratorException
- Throws:
IteratorException
setIndex
public void setIndex(int index)
throws IteratorException
- Throws:
IteratorException
getPreviousElements
public java.util.List getPreviousElements(int count)
throws IteratorException
- Throws:
IteratorException
getNextElements
public java.util.List getNextElements(int count)
throws IteratorException
- Throws:
IteratorException
resetIndex
public void resetIndex()
throws IteratorException
- Throws:
IteratorException
Copyright © 2007 DB-Everywhere.com All Rights Reserved.