C# Class Ohana3DS_Transfigured.Ohana.PatriciaTree

显示文件 Open project: Quibilia/Ohana3DS-Transfigured

Public Properties

Property Type Description
maxLength int
nodeCount int
nodes List
rootNode node

Public Methods

Method Description
PatriciaTree ( List keys ) : System.Collections.Generic

Private Methods

Method Description
getBit ( string name, int bit ) : bool
insert ( string key ) : node

Method Details

PatriciaTree() public method

public PatriciaTree ( List keys ) : System.Collections.Generic
keys List
return System.Collections.Generic

Property Details

maxLength public_oe property

public int maxLength
return int

nodeCount public_oe property

public int nodeCount
return int

nodes public_oe property

public List nodes
return List

rootNode public_oe property

public node rootNode
return node