java-decompiler: minor optimization (no more empty array creation)
This commit is contained in:
@@ -88,6 +88,7 @@ public class FastSparseSetFactory<E> {
|
||||
|
||||
|
||||
public static class FastSparseSet<E> implements Iterable<E> {
|
||||
public static final FastSparseSet[] EMPTY_ARRAY = new FastSparseSet[0];
|
||||
|
||||
private FastSparseSetFactory<E> factory;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user