public static class PrimitiveCollections.ObjectCollection extends PrimitiveCollections.AbstractPrimitiveCollection<Object>
| Constructor and Description |
|---|
ObjectCollection(Object[] array) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int index) |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic ObjectCollection(Object[] array)
public Object get(int index)
get in class PrimitiveCollections.AbstractPrimitiveCollection<Object>Copyright © 2016 Fizzed, Inc. All rights reserved.