nl.coderight.jazz.form.field.searchable
Class SearchResult<V>

java.lang.Object
  extended by nl.coderight.jazz.form.field.searchable.SearchResult<V>

public class SearchResult<V>
extends Object


Constructor Summary
SearchResult(int[] indices, List<V> values)
           
SearchResult(int index, V value)
           
 
Method Summary
 int getIndex()
           
 int[] getIndices()
           
 V getValue()
           
 List<V> getValues()
           
 boolean hasMultipleResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult(int index,
                    V value)

SearchResult

public SearchResult(int[] indices,
                    List<V> values)
Method Detail

getIndex

public int getIndex()

getValue

public V getValue()

getIndices

public int[] getIndices()

getValues

public List<V> getValues()

hasMultipleResults

public boolean hasMultipleResults()


Copyright 2010 CodeRight, All rights reserved.