ozone core API

org.ozoneDB.DxLib
Interface DxSet

All Superinterfaces:
java.lang.Cloneable, DxCollection, DxCompatible, java.io.Serializable
All Known Implementing Classes:
DxAbstractSet

public interface DxSet
extends DxCollection

Version:
$Revision: 1.1 $Date: 2001/12/18 10:31:30 $
Author:
SMB

Method Summary
 boolean retainAll(DxCollection coll)
          Retain only the elements in this set that are contained in the specified collection
 
Methods inherited from interface org.ozoneDB.DxLib.DxCollection
add, addAll, addAll, clear, clone, contains, containsAll, count, isEmpty, iterator, remove, removeAll, toArray, valueClone
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
equals, isLess
 

Method Detail

retainAll

public boolean retainAll(DxCollection coll)
Retain only the elements in this set that are contained in the specified collection


ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.