Interface OTreeInternal.RangeResultListener<K,V>

All Known Implementing Classes:
OTreeInternal.AccumulativeListener
Enclosing interface:
OTreeInternal<K,V>

public static interface OTreeInternal.RangeResultListener<K,V>
Author:
Artem Orobets (enisher-at-gmail.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Callback method for result entries.
  • Method Details

    • addResult

      boolean addResult(Map.Entry<K,V> entry)
      Callback method for result entries.
      Parameters:
      entry - result entry
      Returns:
      true if continue to iterate through entries, false if no more result needed.