Package space.vectrix.flare.fastutil
Interface Float2ObjectSyncMap.InsertionResult<V>
-
- Type Parameters:
V- the value type
- Enclosing interface:
- Float2ObjectSyncMap<V>
public static interface Float2ObjectSyncMap.InsertionResult<V>The insertion result.- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable Vcurrent()The current value.byteoperation()The operation result.@Nullable Vprevious()The previous value.
-