public static class GenericList.OfInteger extends GenericList<java.math.BigInteger>
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 |
---|
OfInteger(java.util.List<java.math.BigInteger> list) |
OfInteger(ListBase list) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
unwrap(java.lang.Object item) |
java.lang.Object |
wrap(java.math.BigInteger 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 OfInteger(ListBase list)
public OfInteger(java.util.List<java.math.BigInteger> list)
public java.lang.Object wrap(java.math.BigInteger item)
wrap
in class GenericList<java.math.BigInteger>
public java.math.BigInteger unwrap(java.lang.Object item)
unwrap
in class GenericList<java.math.BigInteger>