Package io.quarkus.builder
Class ConsumeFlags
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- org.wildfly.common.flags.Flags<ConsumeFlag,ConsumeFlags>
-
- io.quarkus.builder.ConsumeFlags
-
- All Implemented Interfaces:
Iterable<ConsumeFlag>,Collection<ConsumeFlag>,Set<ConsumeFlag>,SortedSet<ConsumeFlag>
public final class ConsumeFlags extends org.wildfly.common.flags.Flags<ConsumeFlag,ConsumeFlags>
Flags which can be set on consume declarations.
-
-
Field Summary
Fields Modifier and Type Field Description static ConsumeFlagsNONE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConsumeFlagcastItemOrNull(Object obj)protected ConsumeFlagscastThis(Object obj)protected ConsumeFlagitemOf(int index)static ConsumeFlagsof(ConsumeFlag flag)protected ConsumeFlagsthis_()protected ConsumeFlagsvalue(int bits)-
Methods inherited from class org.wildfly.common.flags.Flags
comparator, complement, contains, contains, containsAll, containsAll, containsAll, containsAll, containsAny, containsAny, containsAny, descendingIterator, equals, equals, equals, first, forEach, hashCode, headSet, isEmpty, iterator, last, size, subSet, tailSet, toArray, toArray, toString, with, with, with, with, with, without, without
-
Methods inherited from class java.util.AbstractSet
removeAll
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.SortedSet
spliterator
-
-
-
-
Field Detail
-
NONE
public static final ConsumeFlags NONE
-
-
Method Detail
-
value
protected ConsumeFlags value(int bits)
- Specified by:
valuein classorg.wildfly.common.flags.Flags<ConsumeFlag,ConsumeFlags>
-
this_
protected ConsumeFlags this_()
- Specified by:
this_in classorg.wildfly.common.flags.Flags<ConsumeFlag,ConsumeFlags>
-
itemOf
protected ConsumeFlag itemOf(int index)
- Specified by:
itemOfin classorg.wildfly.common.flags.Flags<ConsumeFlag,ConsumeFlags>
-
castItemOrNull
protected ConsumeFlag castItemOrNull(Object obj)
- Specified by:
castItemOrNullin classorg.wildfly.common.flags.Flags<ConsumeFlag,ConsumeFlags>
-
castThis
protected ConsumeFlags castThis(Object obj)
- Specified by:
castThisin classorg.wildfly.common.flags.Flags<ConsumeFlag,ConsumeFlags>
-
of
public static ConsumeFlags of(ConsumeFlag flag)
-
-