v0.7.5: fixed casting errors with sparsearray
This commit is contained in:
@@ -32,10 +32,6 @@ public class SparseArray<T> extends IntMap<T> {
|
||||
return keys().toArray().toArray();
|
||||
}
|
||||
|
||||
public T[] valueArray(){
|
||||
return values().toArray().toArray();
|
||||
}
|
||||
|
||||
public List<T> valueList() {
|
||||
return Arrays.asList(values().toArray().toArray());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user