Class AbstractConstraintsTreeSpatialMap.ToListConsumer<A,T,U extends A>

java.lang.Object
ghidra.util.database.spatial.AbstractConstraintsTreeSpatialMap.ToListConsumer<A,T,U>
All Implemented Interfaces:
Consumer<T>
Enclosing class:
AbstractConstraintsTreeSpatialMap<DS extends BoundedShape<NS>,DR extends DBTreeDataRecord<DS,NS,T>,NS extends BoundingShape<NS>,T,Q extends Query<DS,NS>>

protected abstract static class AbstractConstraintsTreeSpatialMap.ToListConsumer<A,T,U extends A> extends Object implements Consumer<T>
  • Field Details

    • list

      protected final List<A> list
  • Constructor Details

    • ToListConsumer

      public ToListConsumer(List<A> list)
  • Method Details

    • accept

      public void accept(T t)
      Specified by:
      accept in interface Consumer<A>
    • transformed

      protected abstract U transformed(T t)