Interface Listable<T>

  • All Known Implementing Classes:
    ListingLRUMap

    public interface Listable<T>
    Created on 01.08.16.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T list​(java.lang.String afterObjectId, java.util.Collection<T> outputBuffer, int limit)  
    • Method Detail

      • list

        T list​(java.lang.String afterObjectId,
               java.util.Collection<T> outputBuffer,
               int limit)