fern.analysis
Interface IntSearchStructure

All Known Implementing Classes:
IntQueue, IntStack

public interface IntSearchStructure

Implementing class can be used as search structure for searches in AnalysisBase.

Author:
Florian Erhard

Method Summary
 void add(int i)
           
 int get()
           
 boolean isEmpty()
           
 

Method Detail

add

void add(int i)

isEmpty

boolean isEmpty()

get

int get()