Class SpoofChecker.ScriptSet

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    SpoofChecker

    static class SpoofChecker.ScriptSet
    extends java.util.BitSet
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScriptSet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void and​(int script)  
      void appendStringTo​(java.lang.StringBuilder sb)  
      boolean isFull()  
      void setAll()  
      java.lang.String toString()  
      • Methods inherited from class java.util.BitSet

        and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, valueOf, valueOf, valueOf, valueOf, xor
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ScriptSet

        ScriptSet()
    • Method Detail

      • and

        public void and​(int script)
      • setAll

        public void setAll()
      • isFull

        public boolean isFull()
      • appendStringTo

        public void appendStringTo​(java.lang.StringBuilder sb)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.BitSet