- calculateCRC(CRC.Algorithm, byte[]) - Static method in class org.coodex.util.CRC
-
- calculateCRC(CRC.Algorithm, byte[], int, int) - Static method in class org.coodex.util.CRC
-
- calculateCRC(CRC.Parameters, byte[]) - Static method in class org.coodex.util.CRC
-
- calculateCRC(CRC.Parameters, byte[], int, int) - Static method in class org.coodex.util.CRC
-
This method implements simple straight forward bit by bit calculation.
- calculateCRC(byte[]) - Method in class org.coodex.util.CRC
-
A convenience method allowing to calculate CRC in one call.
- calendarToStr(Calendar, String) - Static method in class org.coodex.util.Common
-
- calendarToStr(Calendar) - Static method in class org.coodex.util.Common
-
- call() - Method in interface org.coodex.closure.CallableClosure
-
- call(T, CallableClosure) - Method in interface org.coodex.closure.ClosureContext
-
- call(VariantType, CallableClosure) - Method in class org.coodex.closure.StackClosureContext
-
- call(T) - Method in interface org.coodex.concurrent.Coalition
-
- call(T) - Method in interface org.coodex.concurrent.Coalition.Callback
-
- call(T) - Method in class org.coodex.concurrent.Debouncer
-
- call(T) - Method in class org.coodex.concurrent.Throttler
-
- CallableClosure - Interface in org.coodex.closure
-
- callback - Variable in class org.coodex.concurrent.AbstractCoalition
-
- camelCase(String) - Static method in class org.coodex.util.Common
-
- camelCase(String, String) - Static method in class org.coodex.util.Common
-
- camelCase(String, boolean) - Static method in class org.coodex.util.Common
-
- camelCase(String, boolean, String) - Static method in class org.coodex.util.Common
-
- CHAR - Annotation Type in org.coodex.pojomocker.annotations
-
Created by davidoff shen on 2017-05-15.
- ClassNameFilter - Interface in org.coodex.util
-
Created by davidoff shen on 2017-05-13.
- clear() - Method in class org.coodex.util.SingletonMap
-
- close() - Method in class org.coodex.io.SpeedLimitedOutputStream
-
- Closure - Interface in org.coodex.closure
-
Deprecated.
- ClosureContext<T> - Interface in org.coodex.closure
-
Created by davidoff shen on 2017-04-20.
- closureRun(VariantType, Closure) - Method in class org.coodex.closure.AbstractClosureContext
-
Deprecated.
- closureRun(VariantType, CallableClosure) - Method in class org.coodex.closure.AbstractClosureContext
-
- Coalition<T> - Interface in org.coodex.concurrent
-
- Coalition.Callback<T> - Interface in org.coodex.concurrent
-
- COLLECTION - Annotation Type in org.coodex.pojomocker
-
用于定义Collection, Array模拟大小,默认随机
Created by davidoff shen on 2017-05-13.
- Common - Class in org.coodex.util
-
- Common() - Constructor for class org.coodex.util.Common
-
- compareTo(PriorityRunnable) - Method in class org.coodex.concurrent.components.PriorityRunnable
-
- concat(List<String>, String) - Static method in class org.coodex.util.Common
-
- conflict(Class<? extends T>, Map<String, T>) - Method in class org.coodex.util.ServiceLoaderFacade
-
- conflict() - Method in class org.coodex.util.ServiceLoaderFacade
-
- containsKey(Object) - Method in class org.coodex.util.SingletonMap
-
- copy(Calendar) - Static method in class org.coodex.util.Common
-
- copyMap(Map<K, V>, Map<K, V>) - Static method in class org.coodex.util.Common
-
- copyStream(InputStream, OutputStream) - Static method in class org.coodex.util.Common
-
- copyStream(InputStream, OutputStream, int, boolean, int) - Static method in class org.coodex.util.Common
-
- count(T) - Method in interface org.coodex.count.Counter
-
- count(T) - Method in class org.coodex.count.CounterChain
-
- count(T) - Static method in class org.coodex.count.CounterFacade
-
扔一个数进去统计
- count(T) - Method in interface org.coodex.count.CountFacade
-
- Countable - Interface in org.coodex.count
-
Created by davidoff shen on 2017-04-18.
- Counter<T extends Countable> - Interface in org.coodex.count
-
Created by davidoff shen on 2017-04-18.
- CounterChain<T extends Countable> - Class in org.coodex.count
-
Created by davidoff shen on 2017-04-18.
- CounterChain() - Constructor for class org.coodex.count.CounterChain
-
- CounterFacade - Class in org.coodex.count
-
Created by davidoff shen on 2017-04-18.
- CounterFacade() - Constructor for class org.coodex.count.CounterFacade
-
- CountFacade - Interface in org.coodex.count
-
Created by davidoff shen on 2017-04-18.
- CRC - Class in org.coodex.util
-
This class provides utility functions for CRC calculation using either canonical straight forward approach
or using "fast" table-driven implementation.
- CRC(CRC.Algorithm) - Constructor for class org.coodex.util.CRC
-
Constructs a new CRC processor for table based CRC calculations.
- CRC(CRC.Parameters) - Constructor for class org.coodex.util.CRC
-
- CRC.Algorithm - Enum in org.coodex.util
-
Parameters represents set of parameters defining a particular CRC algorithm.
- CRC.Parameters - Class in org.coodex.util
-