Package com.cbe
Class BanInfoKey
- java.lang.Object
-
- com.cbe.BanInfoKey
-
public class BanInfoKey extends java.lang.Object
class BanInfoKey java implementation of c++ std pair with Key/Value long/long.
-
-
Constructor Summary
Constructors Constructor Description BanInfoKey()
BanInfoKey(long first, long second)
BanInfoKey(BanInfoKey other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getFirst()
long
getSecond()
void
setFirst(long value)
void
setSecond(long value)
-
-
-
Constructor Detail
-
BanInfoKey
public BanInfoKey()
-
BanInfoKey
public BanInfoKey(long first, long second)
-
BanInfoKey
public BanInfoKey(BanInfoKey other)
-
-