Class FieldArray<T>
- java.lang.Object
-
- java.util.AbstractCollection<T>
-
- org.apache.qpid.server.protocol.v0_8.FieldArray<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>,java.util.Collection<T>
public class FieldArray<T> extends java.util.AbstractCollection<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> FieldArray<T>asFieldArray(java.util.Collection<T> collection)intgetEncodingSize()java.util.Iterator<T>iterator()static FieldArray<?>readFromBuffer(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer)intsize()static voidskipFieldArray(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer)voidwriteToBuffer(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer)-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
iterator
public java.util.Iterator<T> iterator()
-
size
public int size()
-
getEncodingSize
public int getEncodingSize()
-
asFieldArray
public static <T> FieldArray<T> asFieldArray(java.util.Collection<T> collection)
-
writeToBuffer
public void writeToBuffer(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer)
-
readFromBuffer
public static FieldArray<?> readFromBuffer(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer)
-
skipFieldArray
public static void skipFieldArray(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer)
-
-