Package org.alfresco.solr.adapters
Interface ISimpleOrderedMap<T>
-
public interface ISimpleOrderedMap<T>
The reason we have this interface is so that lucene-free dependent classes can be dependent on ISimpleOrderedMap instead of the lucene-version-specific SimpleOrderedMap.- Author:
- Ahmed Owian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(String name, T val)
-