Try Playground
Show / Hide Table of Contents

Class Row

The Row class represents a row in a matrix representation of a Trie.

Inheritance
System.Object
Row
Assembly: Lucene.Net.Analysis.Stempel.dll
Syntax
public class Row : object

Constructors

Name Description
Row()

The default constructor for the Row object.

Row(Row)

Construct a Row using the cells of the given Row.

Row(IDataInput)

Construct a Row object from input carried in via the given input stream.

Methods

Name Description
GetCells()

Return the number of cells in use.

GetCellsPnt()

Return the number of references (how many transitions) to other rows.

GetCellsVal()

Return the number of patch commands saved in this Row.

GetCmd(Char)

Return the command in the Cell associated with the given .

GetCnt(Char)

Return the number of patch commands were in the Cell associated with the given before the Trie containing this Row was reduced.

GetRef(Char)

Return the reference to the next Row in the Cell associated with the given .

Print(TextWriter)

Write the contents of this Row to the .

SetCmd(Char, Int32)

Set the command in the Cell of the given to the given .

SetRef(Char, Int32)

Set the reference to the next row in the Cell of the given to the given .

Store(IDataOutput)

Write the contents of this Row to the given output stream.

UniformCmd(Boolean)

Return the number of identical Cells (containing patch commands) in this Row.

Extension Methods

Number.IsNumber(Object)
Number.IsNumber(Object)
Number.IsNumber(Object)
Number.IsNumber(Object)
SystemTypesHelpers.toString(Object)
SystemTypesHelpers.equals(Object, Object)
Number.IsNumber(Object)
Number.IsNumber(Object)
In This Article
  • Constructors
  • Methods
  • Extension Methods

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
� Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top