public static class GenericList.OfInt extends GenericList<java.lang.Integer>
GenericList.OfBinary, GenericList.OfBoolean, GenericList.OfByte, GenericList.OfChar, GenericList.OfDecimal, GenericList.OfDouble, GenericList.OfFloat, GenericList.OfInt, GenericList.OfInteger, GenericList.OfLong, GenericList.OfShort, GenericList.OfString
Constructor and Description |
---|
OfInt(java.util.List<java.lang.Integer> list) |
OfInt(ListBase list) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
unwrap(java.lang.Object item) |
java.lang.Object |
wrap(java.lang.Integer item) |
add, get, remove, set, size, toAnyList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public OfInt(ListBase list)
public OfInt(java.util.List<java.lang.Integer> list)
public java.lang.Object wrap(java.lang.Integer item)
wrap
in class GenericList<java.lang.Integer>
public java.lang.Integer unwrap(java.lang.Object item)
unwrap
in class GenericList<java.lang.Integer>