Interface and Description |
---|
com.devexperts.services.StartupService
No replacement
|
Method and Description |
---|
com.devexperts.util.IndexedSet.contains(Object)
Use
IndexedSet.containsValue(V) to be explicit about type and intent. |
com.devexperts.util.IndexedMap.get(Object)
Use
IndexedMap.getByKey(K) to be explicit about type and intent. |
com.devexperts.io.IOUtil.readCharArrayString(DataInput) |
com.devexperts.util.IndexedMap.remove(Object)
Use
IndexedMap.removeKey(K) to be explicit about type and intent. |
com.devexperts.services.Services.startup()
No replacement.
|
Constructor and Description |
---|
com.devexperts.services.Services() |
Copyright © 2014 Devexperts. All Rights Reserved.