Class AttributeSet
java.lang.Object
org.elasticsearch.xpack.esql.core.expression.AttributeSet
Set variant of
AttributeMap - please see that class Javadoc.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttributeSet(Collection<? extends Attribute> attr) AttributeSet(Attribute attr) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends Attribute> c) voidaddAll(AttributeSet other) voidclear()combine(AttributeSet other) booleanbooleancontainsAll(Collection<?> c) booleanvoidinthashCode()intersect(AttributeSet other) booleanisEmpty()iterator()names()booleanbooleanremoveAll(Collection<?> c) booleanbooleanretainAll(Collection<?> c) intsize()stream()booleansubsetOf(AttributeSet other) subtract(AttributeSet other) Object[]toArray()<T> T[]toArray(T[] a) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
toArray
-
Field Details
-
EMPTY
-
-
Constructor Details
-
AttributeSet
public AttributeSet() -
AttributeSet
-
AttributeSet
-
-
Method Details
-
combine
-
subtract
-
intersect
-
subsetOf
-
names
-
forEach
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
containsAll
- Specified by:
containsAllin interfaceCollection<Attribute>- Specified by:
containsAllin interfaceSet<Attribute>
-
iterator
-
toArray
-
toArray
public <T> T[] toArray(T[] a) -
add
-
remove
-
addAll
-
addAll
-
retainAll
-
removeAll
-
clear
public void clear() -
spliterator
- Specified by:
spliteratorin interfaceCollection<Attribute>- Specified by:
spliteratorin interfaceIterable<Attribute>- Specified by:
spliteratorin interfaceSet<Attribute>
-
removeIf
- Specified by:
removeIfin interfaceCollection<Attribute>
-
stream
- Specified by:
streamin interfaceCollection<Attribute>
-
parallelStream
- Specified by:
parallelStreamin interfaceCollection<Attribute>
-
equals
-
hashCode
public int hashCode() -
toString
-