Uses of Interface
jetbrains.buildServer.vcs.impl.LongIndexProcessor
-
Packages that use LongIndexProcessor Package Description jetbrains.buildServer.vcs.impl -
-
Uses of LongIndexProcessor in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with parameters of type LongIndexProcessor Modifier and Type Method Description void
ArrayBasedLongIndex. processAscending(LongIndexProcessor<T> p)
void
ArrayBasedLongIndex. processAscending(LongIndexProcessor<T> p, long startKey)
void
ArrayBasedLongIndex. processDescending(LongIndexProcessor<T> p)
void
ArrayBasedLongIndex. processDescending(LongIndexProcessor<T> p, long startKey)
-