Deprecated API


Contents
Deprecated Interfaces
com.devexperts.services.StartupService
          No replacement 
 

Deprecated Methods
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. 
 

Deprecated Constructors
com.devexperts.services.Services()
           
 



Copyright © 2013 Devexperts. All Rights Reserved.