Package jetbrains.buildServer.vcs.impl
Interface LongIndex<T>
-
- Type Parameters:
T- type of the value
- All Known Implementing Classes:
ArrayBasedLongIndex
public interface LongIndex<T>Map-like container for storing values indexed by non-negative long keys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget(long key)voidset(long key, T value)
-