C# 클래스 Fan.Sys.Uuid

Uuid.
상속: FanObj
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
@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

비공개 메소드들

메소드 설명
Uuid ( long hi, long lo ) : System
append ( StringBuilder s, long val, int width ) : void

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

bitsHi() 공개 메소드

public bitsHi ( ) : long
리턴 long

bitsLo() 공개 메소드

public bitsLo ( ) : long
리턴 long

compare() 공개 메소드

public compare ( object that ) : long
that object
리턴 long

fromStr() 공개 정적인 메소드

public static fromStr ( string str ) : Uuid
str string
리턴 Uuid

fromStr() 공개 정적인 메소드

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

hash() 공개 메소드

public hash ( ) : long
리턴 long

make() 공개 정적인 메소드

public static make ( ) : Uuid
리턴 Uuid

makeBits() 공개 정적인 메소드

public static makeBits ( long hi, long lo ) : Uuid
hi long
lo long
리턴 Uuid

toStr() 공개 메소드

public toStr ( ) : string
리턴 string