Class Varbits


  • public class Varbits
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Varbits()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<Varbit> forVarp​(int index)
      Gets all Varbits packed into the Varp at the passed index.
      static @Nullable Varbit load​(int id)
      Loads the Varbit with the specified id
      static java.util.List<Varbit> loadAll()  
      static java.util.List<Varbit> loadAll​(java.util.function.Predicate<Varbit> filter)
      Loads all the Varbits into a list.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Varbits

        public Varbits()
    • Method Detail

      • load

        @Nullable
        public static @Nullable Varbit load​(int id)
        Loads the Varbit with the specified id
      • loadAll

        public static java.util.List<Varbit> loadAll​(java.util.function.Predicate<Varbit> filter)
        Loads all the Varbits into a list.
      • loadAll

        public static java.util.List<Varbit> loadAll()
      • forVarp

        public static java.util.List<Varbit> forVarp​(int index)
        Gets all Varbits packed into the Varp at the passed index.
        Parameters:
        index - varp index