public class FieldArray<T> extends AbstractCollection<T>
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldArray<T> |
asFieldArray(Collection<T> collection) |
int |
getEncodingSize() |
Iterator<T> |
iterator() |
static FieldArray<?> |
readFromBuffer(ByteBuffer buffer) |
int |
size() |
void |
writeToBuffer(ByteBuffer buffer) |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic Iterator<T> iterator()
iterator in interface Iterable<T>iterator in interface Collection<T>iterator in class AbstractCollection<T>public int size()
size in interface Collection<T>size in class AbstractCollection<T>public int getEncodingSize()
public static <T> FieldArray<T> asFieldArray(Collection<T> collection)
public void writeToBuffer(ByteBuffer buffer)
public static FieldArray<?> readFromBuffer(ByteBuffer buffer)
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.