com.clarkparsia.pellint.rdfxml
Class DoubtfulSet<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
com.clarkparsia.pellint.rdfxml.DoubtfulSet<E>
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.Set<E>
public class DoubtfulSet<E>
- extends java.util.HashSet<E>
Title:
Description:
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
- Author:
- Harris Lin
- See Also:
- Serialized Form
Methods inherited from class java.util.HashSet |
add, clone, contains, isEmpty, iterator, size |
Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
addAll, containsAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
DoubtfulSet
public DoubtfulSet()
clear
public void clear()
- Specified by:
clear
in interface java.util.Collection<E>
- Specified by:
clear
in interface java.util.Set<E>
- Overrides:
clear
in class java.util.HashSet<E>
remove
public boolean remove(java.lang.Object o)
- Specified by:
remove
in interface java.util.Collection<E>
- Specified by:
remove
in interface java.util.Set<E>
- Overrides:
remove
in class java.util.HashSet<E>
addDefinite
public boolean addDefinite(E o)
containsDefinite
public boolean containsDefinite(java.lang.Object o)
getDefiniteElements
public java.util.Set<E> getDefiniteElements()
getDoubtfulElements
public java.util.Set<E> getDoubtfulElements()
Copyright © 2004 Evren Sirin. All Rights Reserved.