C# Class Fan.Sys.Uuid

Uuid.
Inheritance: FanObj
Show file Open project: xored/f4

Public Methods

Method Description
@typeof ( ) : Type
Equals ( object obj ) : bool
GetHashCode ( ) : int
bitsHi ( ) : long
bitsLo ( ) : long
compare ( object that ) : long
fromStr ( string str ) : Uuid
fromStr ( string str, bool check ) : Uuid
hash ( ) : long
make ( ) : Uuid
makeBits ( long hi, long lo ) : Uuid
toStr ( ) : string

Private Methods

Method Description
Uuid ( long hi, long lo ) : System
append ( StringBuilder s, long val, int width ) : void

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

bitsHi() public method

public bitsHi ( ) : long
return long

bitsLo() public method

public bitsLo ( ) : long
return long

compare() public method

public compare ( object that ) : long
that object
return long

fromStr() public static method

public static fromStr ( string str ) : Uuid
str string
return Uuid

fromStr() public static method

public static fromStr ( string str, bool check ) : Uuid
str string
check bool
return Uuid

hash() public method

public hash ( ) : long
return long

make() public static method

public static make ( ) : Uuid
return Uuid

makeBits() public static method

public static makeBits ( long hi, long lo ) : Uuid
hi long
lo long
return Uuid

toStr() public method

public toStr ( ) : string
return string