C# Class Ohana3DS_Transfigured.Ohana.PatriciaTree

Show file 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 property

public int maxLength
return int

nodeCount public property

public int nodeCount
return int

nodes public property

public List nodes
return List

rootNode public property

public node rootNode
return node