Package com.yahoo.document.fieldset
Class FieldCollection
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<Field>
-
- com.yahoo.document.fieldset.FieldCollection
-
-
Constructor Summary
Constructors Constructor Description FieldCollection(DocumentType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldSet
clone()
boolean
contains(FieldSet o)
DocumentType
getDocumentType()
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-
-
-
Constructor Detail
-
FieldCollection
public FieldCollection(DocumentType type)
-
-