public interface ListHolder<T>
Modifier and Type | Method and Description |
---|---|
List<T> |
getList()
The List this ListHolder holds.
|
int |
getSize()
The size of the List held by this ListHolder.
|
boolean |
isEmpty()
Is the List held by this ListHolder empty?
|
boolean |
isNotEmpty()
Is the List held by this ListHolder not empty?
|
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.