Class Flags


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

      Constructors 
      Constructor Description
      Flags()  
      Flags​(int v)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getFlags()  
      boolean isSet​(int flag)  
      void set​(int flag)  
      • Methods inherited from class java.lang.Object

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

      • Flags

        public Flags()
      • Flags

        public Flags​(int v)
    • Method Detail

      • set

        public void set​(int flag)
      • isSet

        public boolean isSet​(int flag)
      • getFlags

        public int getFlags()