MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / setKey

Method setKey

Nom_Fits/src/main/java/nom/tam/util/Cursor.java:101–101  ·  view source on GitHub ↗

Point the iterator to a particular keyed entry. Point to the end of the list if the key is not found.This method is not in the Iterator interface. @param key the key to search for

(KEY key)

Source from the content-addressed store, hash-verified

99 * @param key the key to search for
100 */
101 void setKey(KEY key);
102}

Callers 10

cursorTestMethod · 0.65
orderTestMethod · 0.65
testCursorMethod · 0.65
overrideHeaderAxesMethod · 0.65
fillHeaderMethod · 0.65
findCardMethod · 0.65
setNaxesMethod · 0.65
setNaxisMethod · 0.65
positionAfterIndexMethod · 0.65
editTableHeaderMethod · 0.65

Implementers 1

HashedListIteratorNom_Fits/src/main/java/nom/tam/util/Ha

Calls

no outgoing calls

Tested by 3

cursorTestMethod · 0.52
orderTestMethod · 0.52
testCursorMethod · 0.52