接口的使用
cn.taketoday.core.ArraySizeTrimmer
使用ArraySizeTrimmer的程序包
程序包
说明
Provides core helpers that are not specific to any part of the framework.
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
cn.taketoday.core中ArraySizeTrimmer的使用
修饰符和类型类说明classParameterNameDiscovererimplementation that tries several discoverer delegates in succession.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. -
cn.taketoday.util中ArraySizeTrimmer的使用
修饰符和类型类说明classMappingMultiValueMap<K,V> classSmartList<E>A List which is optimised for the sizes of 0 and 1, in which cases it would not allocate array at all.