public interface Structure1D
Modifier and Type | Interface and Description |
---|---|
static class |
Structure1D.BasicMapper<T> |
static interface |
Structure1D.IndexCallback |
static interface |
Structure1D.IndexMapper<T> |
static class |
Structure1D.IntIndex |
static class |
Structure1D.LongIndex |
static interface |
Structure1D.LoopCallback |
Modifier and Type | Method and Description |
---|---|
long |
count() |
default void |
loopAll(Structure1D.IndexCallback callback) |
static void |
loopMatching(Structure1D structureA,
Structure1D structureB,
Structure1D.IndexCallback callback) |
static void |
loopRange(long first,
long limit,
Structure1D.IndexCallback callback) |
static <T> Structure1D.IndexMapper<T> |
mapper() |
static void loopMatching(Structure1D structureA, Structure1D structureB, Structure1D.IndexCallback callback)
static void loopRange(long first, long limit, Structure1D.IndexCallback callback)
static <T> Structure1D.IndexMapper<T> mapper()
long count()
default void loopAll(Structure1D.IndexCallback callback)
Copyright © 2018 Optimatika. All rights reserved.