Package boofcv.struct

Class WrapArrayIntoList<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
boofcv.struct.WrapArrayIntoList<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>

public class WrapArrayIntoList<T> extends AbstractList<T>
Wraps an array into a list and allows the size to be set.