MCPcopy Create free account
hub / github.com/cping/LGame / expand

Method expand

Java/Loon-Neo/src/loon/utils/CollectionUtils.java:612–614  ·  view source on GitHub ↗

public static Object expand(Object data, int i, boolean flag) { int j = ArrayReflection.getLength(data); Object obj1 = ArrayReflection.newInstance(data.getClass().getComponentType(), j + i); System.arraycopy(data, 0, obj1, flag ? 0 : i, j); return obj1; } public static Object expand(Object data, in

(String[] objs, int size)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

filtedAbilityMethod · 0.95
filtedRangeMethod · 0.95
getTargetTrueMethod · 0.95
addStackMethod · 0.95
putBitMethod · 0.95
addMethod · 0.95
sendToFrontMethod · 0.95
sendToBackMethod · 0.95
sendToFrontMethod · 0.95
sendToBackMethod · 0.95
expandVertMethod · 0.95
doExecuteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected