info.rolandkrueger.roklib.ui.swing.rapidsuggest
Class SuggestionComboBoxDataset

java.lang.Object
  extended by info.rolandkrueger.roklib.util.TernarySearchTreeStringSet
      extended by info.rolandkrueger.roklib.ui.swing.rapidsuggest.SuggestionComboBoxDataset
All Implemented Interfaces:
Iterable<CharSequence>, Collection<CharSequence>, Set<CharSequence>, SortedSet<CharSequence>

public class SuggestionComboBoxDataset
extends TernarySearchTreeStringSet

Version:
CVS $Id: SuggestionComboBoxDataset.java 128 2010-03-05 06:45:32Z roland $
Author:
Roland Krueger (rkrueger@rumms.uni-mannheim.de)

Field Summary
private  TreeSet<String> listRepresentation
           
 
Constructor Summary
SuggestionComboBoxDataset()
          Constructor for SuggestionComboBoxDataset.
 
Method Summary
 boolean add(String value)
           
 Iterator<String> getIterator()
           
 
Methods inherited from class info.rolandkrueger.roklib.util.TernarySearchTreeStringSet
add, addAll, clear, comparator, contains, containsAll, equals, first, hashCode, headSet, isEmpty, iterator, last, remove, removeAll, retainAll, size, subSet, tailSet, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listRepresentation

private TreeSet<String> listRepresentation
Constructor Detail

SuggestionComboBoxDataset

public SuggestionComboBoxDataset()
Constructor for SuggestionComboBoxDataset.

Method Detail

getIterator

public Iterator<String> getIterator()

add

public boolean add(String value)


Copyright © 2007-2011. All Rights Reserved.