public final class RichFlatHashTableCanStep<T> extends scala.AnyVal implements MakesStepper<T,EfficientSubstep>
Constructor and Description |
---|
RichFlatHashTableCanStep(scala.collection.mutable.FlatHashTable<T> underlying) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends java.lang.Object> |
getClass() |
<S extends Stepper<?>> |
stepper(StepperShape<T,S> ss)
Generates a fresh stepper of type `S` for element type `T`
|
scala.collection.mutable.FlatHashTable<T> |
underlying() |
public RichFlatHashTableCanStep(scala.collection.mutable.FlatHashTable<T> underlying)
public static java.lang.Class<? extends java.lang.Object> getClass()
public scala.collection.mutable.FlatHashTable<T> underlying()
public <S extends Stepper<?>> S stepper(StepperShape<T,S> ss)
MakesStepper
stepper
in interface MakesStepper<T,EfficientSubstep>