MCPcopy Create free account
hub / github.com/ReadyTalk/avian / toArray

Method toArray

classpath/java/util/Collection.java:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 public boolean removeAll(Collection<?> c);
29
30 public Object[] toArray();
31
32 public <S> S[] toArray(S[] array);
33

Callers 15

mainMethod · 0.65
toArrayTestMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
getPackagesMethod · 0.65
getAllFieldsMethod · 0.65
makeClassMethod · 0.65
parseTypeMethod · 0.65
setVarsMethod · 0.65
getFieldsMethod · 0.65
notifyObserversMethod · 0.65

Implementers 6

Valuesclasspath/avian/Data.java
Valuesclasspath/java/util/LinkedHashMap.java
AbstractCollectionclasspath/java/util/AbstractCollection
SynchronizedCollectionclasspath/java/util/Collections.java
UnmodifiableListclasspath/java/util/Collections.java
UnmodifiableCollectionclasspath/java/util/Collections.java

Calls

no outgoing calls

Tested by 4

mainMethod · 0.52
toArrayTestMethod · 0.52
mainMethod · 0.52
mainMethod · 0.52