Interface FlowCompletedShort

  • All Superinterfaces:
    FlowShort, java.lang.Iterable<java.lang.Short>, java.util.Iterator<java.lang.Short>, java.util.PrimitiveIterator<java.lang.Short,​it.unimi.dsi.fastutil.shorts.ShortConsumer>, it.unimi.dsi.fastutil.shorts.ShortIterable, it.unimi.dsi.fastutil.shorts.ShortIterator

    public interface FlowCompletedShort
    extends FlowShort
    • Method Detail

      • count

        int count()
      • toList

        @NotNull
        default @NotNull it.unimi.dsi.fastutil.shorts.ShortList toList()
        Specified by:
        toList in interface FlowShort
      • box

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

        default short @NotNull [] toArray()
        Specified by:
        toArray in interface FlowShort