C# Class Lucene.Net.Util.TestPriorityQueue.IntegerQueue

Inheritance: Lucene.Net.Util.PriorityQueue
显示文件 Open project: runefs/Marvin

Public Methods

Method Description
IntegerQueue ( int count ) : System
LessThan ( System a, System b ) : bool

Method Details

IntegerQueue() public method

public IntegerQueue ( int count ) : System
count int
return System

LessThan() public method

public LessThan ( System a, System b ) : bool
a System
b System
return bool