Class AttributeSet
java.lang.Object
org.elasticsearch.xpack.esql.core.expression.AttributeSet
Set variant of
AttributeMap - please see that class Javadoc.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends Attribute> c) static AttributeSet.Builderbuilder()voidclear()combine(AttributeSet other) booleanbooleancontainsAll(Collection<?> c) booleanvoidinthashCode()intersect(AttributeSet other) booleanisEmpty()iterator()names()static AttributeSetof(Collection<? extends Attribute> c) static AttributeSetbooleanbooleanremoveAll(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
-
-
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
-
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
-
asBuilder
-
of
-
of
-
builder
-