com.atlassian.bamboo.utils.collection
Class PartialList<E>

java.lang.Object
  extended by com.atlassian.bamboo.utils.collection.PartialList<E>

public class PartialList<E>
extends java.lang.Object

A List that represents a part of a much bigger list

Since:
v3.2

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

PartialList

public PartialList(int totalSize,
                   java.util.List<E> list)
Method Detail

getTotalSize

public int getTotalSize()

getList

public java.util.List<E> getList()

isCompleteList

public boolean isCompleteList()
Returns true if the list has all the elements

Returns:


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.