Package io.quarkus.builder
Class ProduceFlags
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- org.wildfly.common.flags.Flags<ProduceFlag,ProduceFlags>
-
- io.quarkus.builder.ProduceFlags
-
- All Implemented Interfaces:
Iterable<ProduceFlag>,Collection<ProduceFlag>,Set<ProduceFlag>,SortedSet<ProduceFlag>
public final class ProduceFlags extends org.wildfly.common.flags.Flags<ProduceFlag,ProduceFlags>
Flags which can be set on consume declarations.
-
-
Field Summary
Fields Modifier and Type Field Description static ProduceFlagsNONE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProduceFlagcastItemOrNull(Object obj)protected ProduceFlagscastThis(Object obj)protected ProduceFlagitemOf(int index)static ProduceFlagsof(ProduceFlag flag)protected ProduceFlagsthis_()protected ProduceFlagsvalue(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 ProduceFlags NONE
-
-
Method Detail
-
value
protected ProduceFlags value(int bits)
- Specified by:
valuein classorg.wildfly.common.flags.Flags<ProduceFlag,ProduceFlags>
-
this_
protected ProduceFlags this_()
- Specified by:
this_in classorg.wildfly.common.flags.Flags<ProduceFlag,ProduceFlags>
-
itemOf
protected ProduceFlag itemOf(int index)
- Specified by:
itemOfin classorg.wildfly.common.flags.Flags<ProduceFlag,ProduceFlags>
-
castItemOrNull
protected ProduceFlag castItemOrNull(Object obj)
- Specified by:
castItemOrNullin classorg.wildfly.common.flags.Flags<ProduceFlag,ProduceFlags>
-
castThis
protected ProduceFlags castThis(Object obj)
- Specified by:
castThisin classorg.wildfly.common.flags.Flags<ProduceFlag,ProduceFlags>
-
of
public static ProduceFlags of(ProduceFlag flag)
-
-