boofcv.struct
Class WrapArrayIntoList<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<T>
-
- boofcv.struct.WrapArrayIntoList<T>
-
- All Implemented Interfaces:
- java.lang.Iterable<T>, java.util.Collection<T>, java.util.List<T>
public class WrapArrayIntoList<T> extends java.util.AbstractList<T>Wraps an array into a list and allows the size to be set.
-
-
Constructor Summary
Constructors Constructor and Description WrapArrayIntoList(T[] data, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Tget(int index)booleanisEmpty()intsize()-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
-
-
-
-
Constructor Detail
-
WrapArrayIntoList
public WrapArrayIntoList(T[] data, int size)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG