Skip navigation links 
 
oracle.dss.util
Interface UpdatableCollection
- All Superinterfaces:
 
- java.lang.Cloneable, Collection
 
- All Known Subinterfaces:
 
- UpdatableBag, UpdatableSet
 
- All Known Implementing Classes:
 
- RangeCollection, UpdatableBagImpl, UpdatableSetImpl
 
- 
public interface UpdatableCollection
 
- extends Collection
 
UpdatableCollection interface. Contains methods that are common to many collection types (bags, sets, etc.) These can be modified.
 
 
 
 
clear
void clear()
removeOneOf
void removeOneOf(java.lang.Object element)
exclude
void exclude(java.lang.Object element)
removeElements
void removeElements(java.util.Enumeration e)
take
java.lang.Object take()
                      throws java.util.NoSuchElementException
- 
- Throws:
 
java.util.NoSuchElementException 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.