Package com.complexible.common.collect
Class BufferLists
java.lang.Object
com.complexible.common.collect.BufferLists
- Since:
- 2.e
- Version:
- 2.e
- Author:
- Evren Sirin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<T> asJavaList(BufferList<T> buffer) static <T> BufferList<T> fixed(int theMaxSize) static <T> BufferList<T> fixed(T... theArray) static <T> BufferList<T> fixedEmpty(T[] theArray) static <T> BufferList<T> limited(int theInitSize, int theMaxSize) static <T> BufferList<T> limited(T[] theArray, int theMaxSize) static <T> BufferList<T> limitedWithExpectedSize(int theExpectedSize) static <T> BufferList<T> limitedWithExpectedSize(int theExpectedSize, int maxSize) static <T> ExtendedBufferList<T> sortedLimited(int theExpectedSize) static <T> ExtendedBufferList<T> sortedUnlimited(int theInitSize) static <T> BufferList<T> unlimited(int theInitSize) static <T> BufferList<T> unlimited(T[] theArray)
-
Constructor Details
-
BufferLists
public BufferLists()
-
-
Method Details
-
fixed
-
limited
-
unlimited
-
fixed
-
fixedEmpty
-
limited
-
limitedWithExpectedSize
-
limitedWithExpectedSize
-
sortedLimited
-
sortedUnlimited
-
unlimited
-
asJavaList
-