- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet
-
- org.tmatesoft.svn.core.internal.util.SVNHashSet
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
boolean |
add(java.lang.Object o) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
java.util.Iterator |
iterator() |
boolean |
remove(java.lang.Object o) |
int |
size() |
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, toArray, toArray
-
-
Constructor Detail
-
SVNHashSet
public SVNHashSet()
-
Method Detail
-
clear
public void clear()
- Specified by:
clear
in interface java.util.Collection
- Specified by:
clear
in interface java.util.Set
- Overrides:
clear
in class java.util.AbstractCollection
-
size
public int size()
- Specified by:
size
in interface java.util.Collection
- Specified by:
size
in interface java.util.Set
- Specified by:
size
in class java.util.AbstractCollection
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.