Class FindStatement.Sourcefiles
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
com.priint.pubserver.comet.bridge.Comet3CollectionImpl<FindStatement.Sourcefile>
com.priint.pubserver.comet3.entity.FindStatement.Sourcefiles
- All Implemented Interfaces:
Comet3Collection<FindStatement.Sourcefile>,Serializable,Cloneable,Iterable<FindStatement.Sourcefile>,Collection<FindStatement.Sourcefile>,List<FindStatement.Sourcefile>,RandomAccess
- Enclosing class:
- FindStatement
public static class FindStatement.Sourcefiles
extends Comet3CollectionImpl<FindStatement.Sourcefile>
The type Sourcefiles.
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic FindStatement.SourcefilesFrom comet sourcefiles sourcefiles.inthashCode()booleanlistEquals(List<?> other) List equals boolean.To comet sourcefiles list.Methods inherited from class com.priint.pubserver.comet.bridge.Comet3CollectionImpl
findById, getLastModificationTimestamp, getList, getXmlFileName, getXmlRootElementName, merge, merge, merge, setLastModificationTimestamp, setListMethods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Method Details
-
toCometSourcefiles
To comet sourcefiles list.- Returns:
- the list
-
fromCometSourcefiles
public static FindStatement.Sourcefiles fromCometSourcefiles(List<CometFindStatement.Sourcefile> source) From comet sourcefiles sourcefiles.- Parameters:
source- the source- Returns:
- the sourcefiles
-
equals
- Specified by:
equalsin interfaceCollection<FindStatement.Sourcefile>- Specified by:
equalsin interfaceList<FindStatement.Sourcefile>- Overrides:
equalsin classArrayList<FindStatement.Sourcefile>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<FindStatement.Sourcefile>- Specified by:
hashCodein interfaceList<FindStatement.Sourcefile>- Overrides:
hashCodein classArrayList<FindStatement.Sourcefile>
-
listEquals
List equals boolean.- Parameters:
other- the other- Returns:
- the boolean
-