Interface FlowCompletedByte

  • All Superinterfaces:
    it.unimi.dsi.fastutil.bytes.ByteIterable, it.unimi.dsi.fastutil.bytes.ByteIterator, FlowByte, java.lang.Iterable<java.lang.Byte>, java.util.Iterator<java.lang.Byte>, java.util.PrimitiveIterator<java.lang.Byte,​it.unimi.dsi.fastutil.bytes.ByteConsumer>

    public interface FlowCompletedByte
    extends FlowByte
    • Method Detail

      • count

        int count()
      • toList

        @NotNull
        default @NotNull it.unimi.dsi.fastutil.bytes.ByteList toList()
        Specified by:
        toList in interface FlowByte
      • box

        default Flow<java.lang.Byte> box()
        Specified by:
        box in interface FlowByte
      • toArray

        default byte @NotNull [] toArray()
        Specified by:
        toArray in interface FlowByte