Class ListCollector
- java.lang.Object
-
- com.googlecode.aviator.runtime.type.seq.ListCollector
-
-
Field Summary
Fields Modifier and Type Field Description private static intINIT_CAP(package private) java.util.Listlist(package private) booleanreturnArray
-
Constructor Summary
Constructors Constructor Description ListCollector()ListCollector(boolean returnArray)ListCollector(int size, boolean returnArray)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(java.lang.Object e)java.lang.ObjectgetRawContainer()
-
-
-
Field Detail
-
INIT_CAP
private static final int INIT_CAP
- See Also:
- Constant Field Values
-
list
java.util.List list
-
returnArray
boolean returnArray
-
-
Method Detail
-
getRawContainer
public java.lang.Object getRawContainer()
- Specified by:
getRawContainerin interfaceCollector
-
-