net.sf.josceleton.commons.collection
Class SafeLinkedHashSet<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
java.util.LinkedHashSet<E>
net.sf.josceleton.commons.collection.SafeLinkedHashSet<E>
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<E>, Collection<E>, Set<E>
public class SafeLinkedHashSet<E>
- extends LinkedHashSet<E>
- See Also:
- Serialized Form
| Methods inherited from interface java.util.Set |
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray |
SafeLinkedHashSet
public SafeLinkedHashSet()
remove
public final boolean remove(Object entity)
- Specified by:
remove in interface Collection<E>- Specified by:
remove in interface Set<E>- Overrides:
remove in class HashSet<E>
add
public final boolean add(E entity)
- Specified by:
add in interface Collection<E>- Specified by:
add in interface Set<E>- Overrides:
add in class HashSet<E>
Copyright © 2011 Josceleton. All Rights Reserved.