Class and Description |
---|
StoredIndexedBipartiteSet
A stored list dedicated to positive integers and three operations :
- iteration
- removal of an element
- check if an element is or not within the list
It only requires a StoredInt to denote the first element of the list
and proceeds by swapping element with the first one to remove them and incrementing
the index of the first element.
|
StoredIndexedBipartiteSetWithOffset
Created by IntelliJ IDEA.
|
Class and Description |
---|
StoredIndexedBipartiteSetWithOffset
Created by IntelliJ IDEA.
|
Class and Description |
---|
IntMap
A specific implementation for hash map of integers wherein all keys and values are greater or equal to 0.
|
Class and Description |
---|
IntList
A specific implementation for list of integers.
|
StoredIndexedBipartiteSet
A stored list dedicated to positive integers and three operations :
- iteration
- removal of an element
- check if an element is or not within the list
It only requires a StoredInt to denote the first element of the list
and proceeds by swapping element with the first one to remove them and incrementing
the index of the first element.
|
StoredIndexedBipartiteSet.BipartiteSetIterator |
Copyright © 2018. All rights reserved.