C# Class Ohana3DS_Transfigured.Ohana.PatriciaTree

Afficher le fichier Open project: Quibilia/Ohana3DS-Transfigured

Méthodes publiques

Свойство Type Description
maxLength int
nodeCount int
nodes List
rootNode node

Méthodes publiques

Méthode Description
PatriciaTree ( List keys ) : System.Collections.Generic

Private Methods

Méthode Description
getBit ( string name, int bit ) : bool
insert ( string key ) : node

Method Details

PatriciaTree() public méthode

public PatriciaTree ( List keys ) : System.Collections.Generic
keys List
Résultat System.Collections.Generic

Property Details

maxLength public_oe property

public int maxLength
Résultat int

nodeCount public_oe property

public int nodeCount
Résultat int

nodes public_oe property

public List nodes
Résultat List

rootNode public_oe property

public node rootNode
Résultat node