Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

convention for class names in Integers: [Abstract][Writable](Int/Long)*[Modificators][Type]
Almost all changes must throw compilation error in old code except methods from (Int/Long)Progression class, where was changed arguments order in methods.

 

old namenew namechanges
AbstractLongListDecoratorAbstractLongListDecorator 
DiffIndexedLongListDecoratorLongListDiffIndexedDecorator 
DynamicLongSetLongTreeSet 
EmptyLongIteratorLongEmptyIterator 
FindingLongIteratorLongFindingIteratorshould to define only one method(findNext()) instead of two
IndexedLongIteratorLongIndexedIterator 
IndexedLongListIteratorLongListIndexedIterator 
IntLongMapIntLongListMap 
ListLongMapLongListMap 
LongArrayLongArray 
LongArrayIteratorLongArrayNativeIterator 
LongCollections-indexOf arguments order: (value, array, from, to)
LongCollector method addAll(LongIterator) replaced with addAll(LongIterable)
LongCollectorAdapterAbstractLongCollector 
LongFunctionLongToLong 
LongFunction2LongLongToLong 
LongFunctionsLongFunctions 
LongIterator-should to define hasValue() method
LongList-isUniqueSorted() -> isSortedUnique()
LongListConcatenationLongListConcatenation 
LongListInsertingDecoratorLongListInsertingDecorator 
LongListRemovingDecoratorAbstractLongListRemovingDecorator 
LongProgression-fillArray -> nativeArray, order of ars: (initial, count, step) everywhere
ModifyingLongListRemovingDecoratorWritableLongListRemovingDecorator 
PairIntLongIteratorIntLongPairIterator 
ParallelLongListLongParallelList 
ReadonlyLongListRemovingDecoratorLongListRemovingDecorator 
SameValuesLongListLongSameValuesListupdated getChangeCount() method
SegmentedLongArrayLongSegmentedArray 
SortedLongListIntersectionIteratorLongIntersectionIterator 
SortedLongListMinusIteratorLongMinusIterator 
TwoWayLongMapLongTwoWayMap 
  • No labels