Package org.apache.iceberg.util
Class DeleteFileSet
java.lang.Object
org.apache.iceberg.util.DeleteFileSet
- All Implemented Interfaces:
- Serializable,- Iterable<DeleteFile>,- Collection<DeleteFile>,- Set<DeleteFile>
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionbooleanadd(DeleteFile obj) booleanaddAll(Collection<? extends DeleteFile> collection) voidclear()booleanbooleancontainsAll(Collection<?> collection) static DeleteFileSetcreate()protected Class<DeleteFile> booleaninthashCode()booleanisEmpty()iterator()static DeleteFileSetof(Iterable<? extends DeleteFile> iterable) booleanbooleanremoveAll(Collection<?> collection) booleanretainAll(Collection<?> collection) intsize()Object[]toArray()<X> X[]toArray(X[] destArray) toString()protected org.apache.iceberg.util.WrapperSet.Wrapper<DeleteFile> wrap(DeleteFile deleteFile) protected org.apache.iceberg.util.WrapperSet.Wrapper<DeleteFile> wrapper()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Setspliterator
- 
Method Details- 
create
- 
of
- 
wrapper
- 
wrap
- 
elementClass
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<T>
- Specified by:
- sizein interface- Set<T>
 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Collection<T>
- Specified by:
- isEmptyin interface- Set<T>
 
- 
contains- Specified by:
- containsin interface- Collection<T>
- Specified by:
- containsin interface- Set<T>
 
- 
iterator
- 
toArray- Specified by:
- toArrayin interface- Collection<T>
- Specified by:
- toArrayin interface- Set<T>
 
- 
toArraypublic <X> X[] toArray(X[] destArray) - Specified by:
- toArrayin interface- Collection<T>
- Specified by:
- toArrayin interface- Set<T>
 
- 
add- Specified by:
- addin interface- Collection<T>
- Specified by:
- addin interface- Set<T>
 
- 
remove- Specified by:
- removein interface- Collection<T>
- Specified by:
- removein interface- Set<T>
 
- 
containsAll- Specified by:
- containsAllin interface- Collection<T>
- Specified by:
- containsAllin interface- Set<T>
 
- 
addAll- Specified by:
- addAllin interface- Collection<T>
- Specified by:
- addAllin interface- Set<T>
 
- 
retainAll- Specified by:
- retainAllin interface- Collection<T>
- Specified by:
- retainAllin interface- Set<T>
 
- 
removeAll- Specified by:
- removeAllin interface- Collection<T>
- Specified by:
- removeAllin interface- Set<T>
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection<T>
- Specified by:
- clearin interface- Set<T>
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-