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

    Modifier and Type
    Method
    Description
    void
    add(String name, T val)
     
  • Method Details

    • add

      void add(String name, T val)