org.openmdx.base.collection
Class MarshallingSet
java.lang.Object
java.util.AbstractCollection
org.openmdx.base.collection.MarshallingCollection
org.openmdx.base.collection.MarshallingSet
- All Implemented Interfaces:
- Serializable, Iterable, Collection, Set
public class MarshallingSet
- extends MarshallingCollection
- implements Set, Serializable
A marshalling set
- See Also:
- Serialized Form
| Methods inherited from interface java.util.Set |
addAll, clear, contains, containsAll, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
MarshallingSet
public MarshallingSet(CollectionMarshaller marshaller,
Set set)
- Standard constructor
- Parameters:
marshaller - set -
MarshallingSet
public MarshallingSet(Marshaller marshaller,
Set set)
- Standard constructor
- Parameters:
marshaller - set -
MarshallingSet
public MarshallingSet(CollectionMarshaller marshaller,
Collection set)
- Be very carefull when using this constructor!
- Parameters:
marshaller - set - A collection behaving like a set
MarshallingSet
public MarshallingSet(Marshaller marshaller,
Collection set)
- Be very carefull when using this constructor!
- Parameters:
marshaller - set - A collection behaving like a set
add
public boolean add(Object element)
- Specified by:
add in interface Collection- Specified by:
add in interface Set- Overrides:
add in class MarshallingCollection
equals
public boolean equals(Object object)
- Specified by:
equals in interface Collection- Specified by:
equals in interface Set- Overrides:
equals in class Object
This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.