Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

old namenew namechanges
AbstractLongListDecoratorAbstractLongListDecorator 
DiffIndexedLongListDecoratorLongListDiffIndexedDecorator 
DynamicLongSetLongTreeSet 
EmptyLongIteratorLongEmptyIterator 
FindingLongIteratorLongFindingIteratorshould to define only one method( findNext() ) instead of two; if findNext() returns false, will not be called again
IndexedLongIteratorLongIndexedIterator 
IndexedLongListIteratorLongListIndexedIterator 
IntLongMapIntLongListMap 
ListLongMapLongListMap 
LongArrayLongArray 
LongArrayIteratorLongArrayNativeIterator 
LongCollections-changed order of arguments in indexOf arguments order: (value, array, from, to)
LongCollector method addAll(LongIterator) replaced with addAll(LongIterable)
LongCollectorAdapterAbstractLongCollector 
LongFunctionLongToLong 
LongFunction2LongLongToLong 
LongFunctionsLongFunctions 
LongIterator-should to define added hasValue() method
LongList-isUniqueSorted() -> isSortedUnique()
LongListConcatenationLongListConcatenation 
LongListInsertingDecoratorLongListInsertingDecorator 
LongListRemovingDecoratorAbstractLongListRemovingDecorator 
LongProgression-fillArray -> nativeArray, order of arsargs: (initial, count, step) everywhere
ModifyingLongListRemovingDecoratorWritableLongListRemovingDecorator 
PairIntLongIteratorIntLongPairIterator 
ParallelLongListLongParallelList 
ReadonlyLongListRemovingDecoratorLongListRemovingDecorator 
SameValuesLongListLongSameValuesList

updated getChangeCount() method:

Code Block
old version don't count first element if it was zero and simply return size of internal map: (0, 1, 2) -> 2; (1, 2, 3) -> 3; () -> 0; (1) -> 1; (0) -> 0
new version returns count of changes between adjacent indices in this list: () -> 0; (x) -> 0; (0, 1) -> 1; (1, 2) -> 1
SegmentedLongArrayLongSegmentedArray 
SortedLongListIntersectionIteratorLongIntersectionIterator 
SortedLongListMinusIteratorLongMinusIterator 
TwoWayLongMapLongTwoWayMap