|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.utils.collection.PartialList<E>
public class PartialList<E>
A List
that represents a part of a much bigger list
Constructor Summary | |
---|---|
PartialList(int totalSize,
java.util.List<E> list)
|
Method Summary | |
---|---|
java.util.List<E> |
getList()
|
int |
getTotalSize()
|
boolean |
isCompleteList()
Returns true if the list has all the elements |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartialList(int totalSize, java.util.List<E> list)
Method Detail |
---|
public int getTotalSize()
public java.util.List<E> getList()
public boolean isCompleteList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |