Class IteratorAdapter

java.lang.Object
org.apache.accumulo.core.iterators.IteratorAdapter
org.apache.accumulo.core.client.mock.IteratorAdapter
All Implemented Interfaces:
Iterator<Map.Entry<Key,Value>>

@Deprecated public class IteratorAdapter extends org.apache.accumulo.core.iterators.IteratorAdapter
Deprecated.
since 1.8.0; use IteratorAdapter instead.
  • Constructor Details

    • IteratorAdapter

      public IteratorAdapter(org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> inner)
      Deprecated.