| Package | Description |
|---|---|
| com.github.jessemull.microflexinteger.plate |
| Modifier and Type | Method and Description |
|---|---|
Set<WellIndex> |
WellList.indices()
Returns the list of indices.
|
Iterator<WellIndex> |
WellList.iterator()
Returns a well index iterator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WellList.add(WellIndex index)
Adds a well index.
|
int |
WellIndex.compareTo(WellIndex index)
Compares two well indices.
|
boolean |
WellSet.contains(WellIndex index)
Returns true if the well is part of the set.
|
boolean |
Plate.contains(WellIndex index)
Returns true if a well with the index exists.
|
Well |
WellSet.getWells(WellIndex index)
Returns the well or null if the well does not exist.
|
Well |
Plate.getWells(WellIndex index)
Returns the well with the input index.
|
boolean |
WellSet.remove(WellIndex index)
Removes the well with the well index.
|
void |
WellList.remove(WellIndex index)
Removes a well index.
|
boolean |
Plate.removeWells(WellIndex index)
Removes the well from the data set.
|
boolean |
WellSet.retain(WellIndex index)
Retains the well with the well index.
|
boolean |
Plate.retainWells(WellIndex index)
Retains the well with the index.
|
| Constructor and Description |
|---|
WellList(WellIndex[] array)
Creates a new well list from an array.
|
WellList(WellIndex[] array,
String label)
Creates a new well list from an array of indices and a label.
|
| Constructor and Description |
|---|
WellList(Collection<WellIndex> collection)
Creates a new well list from a collection of indices.
|
WellList(Collection<WellIndex> collection,
String label)
Creates a new well list from a collection of indices and a label.
|
Copyright © 2017. All rights reserved.