public final class SingleIndexedInt extends Object implements IndexedInts
Constructor and Description |
---|
SingleIndexedInt(int value) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
fill(int index,
int[] toFill) |
int |
get(int i) |
it.unimi.dsi.fastutil.ints.IntIterator |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public int size()
size
in interface IndexedInts
public int get(int i)
get
in interface IndexedInts
public it.unimi.dsi.fastutil.ints.IntIterator iterator()
public void fill(int index, int[] toFill)
fill
in interface IndexedInts
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2011–2017. All rights reserved.