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