Class HttpUtil.BitSet128

  • Enclosing class:
    HttpUtil

    private static final class HttpUtil.BitSet128
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long high  
      private long low  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BitSet128()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) HttpUtil.BitSet128 bits​(char... bits)  
      (package private) static boolean contains​(byte bit, long high, long low)  
      (package private) long high()  
      (package private) long low()  
      (package private) HttpUtil.BitSet128 range​(char fromInc, char toInc)  
      • Methods inherited from class java.lang.Object

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

      • high

        private long high
      • low

        private long low
    • Constructor Detail

      • BitSet128

        private BitSet128()
    • Method Detail

      • high

        long high()
      • low

        long low()
      • contains

        static boolean contains​(byte bit,
                                long high,
                                long low)