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 Detail

      • add

        void add​(String name,
                 T val)