Class BindingSetCollection
java.lang.Object
org.eclipse.rdf4j.sail.lucene.BindingSetCollection
- All Implemented Interfaces:
Serializable, Iterable<BindingSet>, Collection<BindingSet>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LinkedHashSet<BindingSet> private static final long -
Constructor Summary
ConstructorsConstructorDescriptionBindingSetCollection(HashSet<String> bindingNames, LinkedHashSet<BindingSet> bindingSets) -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(BindingSet arg0) booleanaddAll(Collection<? extends BindingSet> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleaninthashCode()booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a) Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, spliterator, stream, toArray
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
bindingNames
-
bindingSets
-
-
Constructor Details
-
BindingSetCollection
BindingSetCollection(HashSet<String> bindingNames, LinkedHashSet<BindingSet> bindingSets)
-
-
Method Details
-
getBindingNames
-
add
- Specified by:
addin interfaceCollection<BindingSet>
-
addAll
- Specified by:
addAllin interfaceCollection<BindingSet>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<BindingSet>
-
contains
- Specified by:
containsin interfaceCollection<BindingSet>
-
containsAll
- Specified by:
containsAllin interfaceCollection<BindingSet>
-
equals
- Specified by:
equalsin interfaceCollection<BindingSet>- Overrides:
equalsin classObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<BindingSet>- Overrides:
hashCodein classObject
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<BindingSet>
-
iterator
- Specified by:
iteratorin interfaceCollection<BindingSet>- Specified by:
iteratorin interfaceIterable<BindingSet>
-
remove
- Specified by:
removein interfaceCollection<BindingSet>
-
removeAll
- Specified by:
removeAllin interfaceCollection<BindingSet>
-
retainAll
- Specified by:
retainAllin interfaceCollection<BindingSet>
-
size
public int size()- Specified by:
sizein interfaceCollection<BindingSet>
-
toArray
- Specified by:
toArrayin interfaceCollection<BindingSet>
-
toArray
public <T> T[] toArray(T[] a) - Specified by:
toArrayin interfaceCollection<BindingSet>
-