接口的使用
cn.taketoday.core.ArraySizeTrimmer
使用ArraySizeTrimmer的程序包
程序包
说明
Provides core helpers that are not specific to any part of the framework.
Useful Tools
-
cn.taketoday.core中ArraySizeTrimmer的使用
修饰符和类型类说明classParameterNameDiscovererimplementation that tries several discoverer delegates in succession.classclassDefaultMultiValueMap<K,V> classDefault implementation of theParameterNameDiscovererstrategy interface, using the Java 8 standard reflection mechanism (if available), and falling back to the ASM-basedLocalVariableTableParameterNameDiscovererfor checking debug information in the class file.classLinkedMultiValueMap<K,V> Simple implementation ofMultiValueMapthat wraps aLinkedHashMap, storing multiple values in anArrayList. -
cn.taketoday.util中ArraySizeTrimmer的使用
修饰符和类型类说明classSmartList<E>A List which is optimised for the sizes of 0 and 1, in which cases it would not allocate array at all.