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>,java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<FindStatement.Sourcefile>,java.util.Collection<FindStatement.Sourcefile>,java.util.List<FindStatement.Sourcefile>,java.util.RandomAccess
- Enclosing class:
- FindStatement
public static class FindStatement.Sourcefiles extends Comet3CollectionImpl<FindStatement.Sourcefile>
The type Sourcefiles.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)static FindStatement.SourcefilesfromCometSourcefiles(java.util.List<CometFindStatement.Sourcefile> source)From comet sourcefiles sourcefiles.inthashCode()booleanlistEquals(java.util.List<?> other)List equals boolean.java.util.List<CometFindStatement.Sourcefile>toCometSourcefiles()To comet sourcefiles list.-
Methods inherited from class com.priint.pubserver.comet.bridge.Comet3CollectionImpl
findById, getLastModificationTimestamp, getList, getXmlFileName, getXmlRootElementName, merge, merge, merge, setLastModificationTimestamp, setList
-
Methods 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, trimToSize
-
-
-
-
Method Detail
-
toCometSourcefiles
public java.util.List<CometFindStatement.Sourcefile> toCometSourcefiles()
To comet sourcefiles list.- Returns:
- the list
-
fromCometSourcefiles
public static FindStatement.Sourcefiles fromCometSourcefiles(java.util.List<CometFindStatement.Sourcefile> source)
From comet sourcefiles sourcefiles.- Parameters:
source- the source- Returns:
- the sourcefiles
-
equals
public boolean equals(java.lang.Object other)
- Specified by:
equalsin interfacejava.util.Collection<FindStatement.Sourcefile>- Specified by:
equalsin interfacejava.util.List<FindStatement.Sourcefile>- Overrides:
equalsin classjava.util.ArrayList<FindStatement.Sourcefile>
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacejava.util.Collection<FindStatement.Sourcefile>- Specified by:
hashCodein interfacejava.util.List<FindStatement.Sourcefile>- Overrides:
hashCodein classjava.util.ArrayList<FindStatement.Sourcefile>
-
listEquals
public boolean listEquals(java.util.List<?> other)
List equals boolean.- Parameters:
other- the other- Returns:
- the boolean
-
-