| Method and Description |
|---|
| de.alpharogroup.collections.list.ListExtensions.isEmpty(List<T>)
use instead the same name method in the class CollectionExtensions. Note: will be
removed in the next minor release.
|
| de.alpharogroup.collections.set.SetExtensions.isEmpty(Set<T>)
use instead the same name method in the class CollectionExtensions. Note: will be
removed in the next minor release
|
| de.alpharogroup.collections.list.ListExtensions.isNotEmpty(List<T>)
use instead the same name method in the class CollectionExtensions. Note: will be
removed in the next minor release.
|
| de.alpharogroup.collections.set.SetExtensions.isNotEmpty(Set<T>)
use instead the same name method in the class CollectionExtensions. Note: will be
removed in the next minor release
|
| de.alpharogroup.collections.map.MapExtensions.newAssosiativeArrayMap()
use instead the same name method from
MapFactory Note: will be
removed with the next minor release |
| de.alpharogroup.collections.map.MapExtensions.newConcurrentHashMap()
use instead the same name method from
MapFactory Note: will be
removed with the next minor release |
| de.alpharogroup.collections.map.MapExtensions.newConcurrentHashMap(int)
use instead the same name method from
MapFactory Note: will be
removed with the next minor release |
| de.alpharogroup.collections.map.MapExtensions.newHashMap()
use instead the same name method from
MapFactory Note: will be
removed with the next minor release |
| de.alpharogroup.collections.map.MapExtensions.newHashMap(int)
use instead the same name method from
MapFactory Note: will be
removed with the next minor release |
| de.alpharogroup.collections.map.MapExtensions.newInsertionOrderMap()
use instead the same name method from
MapFactory Note: will be
removed with the next minor release |
| de.alpharogroup.collections.map.MapExtensions.newLazyMap()
use instead the same name method from
MapFactory Note: will be
removed with the next minor release |
| de.alpharogroup.collections.map.MapExtensions.newLazyTreeMap()
use instead the same name method from
MapFactory Note: will be
removed with the next minor release |
| de.alpharogroup.collections.map.MapExtensions.newLazyTreeMap(Comparator<? super K>)
use instead the same name method from
MapFactory Note: will be
removed with the next minor release |
| de.alpharogroup.collections.map.MapExtensions.newLinkedHashMap()
use instead the same name method from
MapFactory Note: will be
removed with the next minor release |
| de.alpharogroup.collections.map.MapExtensions.newLinkedHashMap(int)
use instead the same name method from
MapFactory Note: will be
removed with the next minor release |
| de.alpharogroup.collections.list.ListExtensions.newRangeArray(int, int)
use instead same name method from
ArrayExtensions. Note: will be removed in next minor release. |
| de.alpharogroup.collections.map.MapExtensions.newTreeMap()
use instead the same name method from
MapFactory Note: will be
removed with the next minor release |
| de.alpharogroup.collections.map.MapExtensions.newTreeMap(Comparator<? super K>)
use instead the same name method from
MapFactory Note: will be
removed with the next minor release |
| de.alpharogroup.collections.list.ListExtensions.splitListToParts(List<T>, int)
use instead
ListExtensions.splitToParts(Collection, int). Note: will be
removed in the next minor release. |
| de.alpharogroup.collections.list.ListExtensions.splitSetToParts(Set<T>, int)
use instead
ListExtensions.splitToParts(Collection, int). Note: will be
removed in the next minor release. |
| de.alpharogroup.collections.list.ListExtensions.toVector(Enumeration<T>)
use instead
VectorExtensions.toVector(Enumeration). Note: will be removed
in the next minor release. |
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.