Interface MolrCollection<T>

  • All Superinterfaces:
    java.util.Collection<T>, java.lang.Iterable<T>
    All Known Implementing Classes:
    ListOfStrings

    public interface MolrCollection<T>
    extends java.util.Collection<T>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Placeholder<T> itemPlaceholder​(java.lang.String name)  
      • Methods inherited from interface java.util.Collection

        add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Method Detail

      • itemPlaceholder

        Placeholder<T> itemPlaceholder​(java.lang.String name)