Package com.cbe

Class BanInfoKey


  • public class BanInfoKey
    extends java.lang.Object
    class BanInfoKey java implementation of c++ std pair with Key/Value long/long.
    • Constructor Detail

      • BanInfoKey

        public BanInfoKey()
      • BanInfoKey

        public BanInfoKey​(long first,
                          long second)
      • BanInfoKey

        public BanInfoKey​(BanInfoKey other)
    • Method Detail

      • setFirst

        public void setFirst​(long value)
      • getFirst

        public long getFirst()
      • setSecond

        public void setSecond​(long value)
      • getSecond

        public long getSecond()