public class ConciseCompressedIndexedInts extends Object implements IndexedInts, Comparable<ConciseCompressedIndexedInts>
| Modifier and Type | Field and Description |
|---|---|
static ObjectStrategy<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet> |
objectStrategy |
| Constructor and Description |
|---|
ConciseCompressedIndexedInts(it.uniroma3.mat.extendedset.intset.ImmutableConciseSet conciseSet) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConciseCompressedIndexedInts conciseCompressedIndexedInts) |
int |
get(int index) |
it.uniroma3.mat.extendedset.intset.ImmutableConciseSet |
getImmutableConciseSet() |
Iterator<Integer> |
iterator() |
int |
size() |
public static ObjectStrategy<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet> objectStrategy
public ConciseCompressedIndexedInts(it.uniroma3.mat.extendedset.intset.ImmutableConciseSet conciseSet)
public int compareTo(ConciseCompressedIndexedInts conciseCompressedIndexedInts)
compareTo in interface Comparable<ConciseCompressedIndexedInts>public int size()
size in interface IndexedIntspublic int get(int index)
get in interface IndexedIntspublic it.uniroma3.mat.extendedset.intset.ImmutableConciseSet getImmutableConciseSet()
Copyright © 2015. All rights reserved.