choco.kernel.solver.constraints.global.automata.common
Class StoredIndexedBipartiteSetWithOffset
java.lang.Object
choco.kernel.memory.structure.StoredIndexedBipartiteSet
choco.kernel.solver.constraints.global.automata.common.StoredIndexedBipartiteSetWithOffset
- All Implemented Interfaces:
- IStateIntVector
public class StoredIndexedBipartiteSetWithOffset
- extends StoredIndexedBipartiteSet
Created by IntelliJ IDEA.
User: julien
Mail: julien.menana{at}emn.fr
Date: Nov 5, 2009
Time: 12:40:42 PM
Methods inherited from class choco.kernel.memory.structure.StoredIndexedBipartiteSet |
_getStructure, add, clear, contain, findIndexOfInt, get, getIterator, getObject, getObjectIterator, increaseSize, isEmpty, pretty, quickGet, quickSet, remove, removeLast, set, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoredIndexedBipartiteSetWithOffset
public StoredIndexedBipartiteSetWithOffset(IEnvironment environment,
int[] values)
StoredIndexedBipartiteSetWithOffset
public StoredIndexedBipartiteSetWithOffset(IEnvironment environment,
IndexedObject[] values)
StoredIndexedBipartiteSetWithOffset
public StoredIndexedBipartiteSetWithOffset(IEnvironment environment,
ArrayList<IndexedObject> values)
StoredIndexedBipartiteSetWithOffset
public StoredIndexedBipartiteSetWithOffset(IEnvironment environment,
int nbValues)
buildList
public void buildList(IEnvironment environment,
int[] values)
- Overrides:
buildList
in class StoredIndexedBipartiteSet
contain
public boolean contain(int object)
- Specified by:
contain
in interface IStateIntVector
- Overrides:
contain
in class StoredIndexedBipartiteSet
remove
public void remove(int object)
- Description copied from interface:
IStateIntVector
- Removes an int.
- Specified by:
remove
in interface IStateIntVector
- Overrides:
remove
in class StoredIndexedBipartiteSet
- Parameters:
object
- The search to remove.
getOffset
public final int getOffset()
Copyright © 2012. All Rights Reserved.