Uses of Interface
uk.ac.manchester.spinnaker.utils.MappableIterable
Packages that use MappableIterable
Package
Description
General utilities for the SpiNNaker runtime.
ProegressBar (and Timer) utilities.
-
Uses of MappableIterable in uk.ac.manchester.spinnaker.utils
Classes in uk.ac.manchester.spinnaker.utils that implement MappableIterableModifier and TypeClassDescriptionfinal class
An Iterable for a Map or Collection of Maps.class
A simple one-shot iterable wrapper for a reader.final class
An Iterator for a Map or Collection of Maps of maps.Methods in uk.ac.manchester.spinnaker.utils that return MappableIterableModifier and TypeMethodDescriptiondefault MappableIterable<T>
Apply a filter to an iterable to get another iterable.default MappableIterable<T>
MappableIterable.first
(int n) Get another iterable with the firstn
item in the iterable (or up to that if the source iterable has fewer items).default <U> MappableIterable<U>
Apply a function to an iterable to get another iterable.static MappableIterable<ByteBuffer>
ByteBufferUtils.sliceUp
(ByteBuffer src, int chunkSize) Slice up a buffer buffer into a sequence of (little-endian) byte buffers with a maximum size. -
Uses of MappableIterable in uk.ac.manchester.spinnaker.utils.progress
Classes in uk.ac.manchester.spinnaker.utils.progress that implement MappableIterableModifier and TypeClassDescriptionclass
AnIterable
wrapper that will start aProgressBar
for each iterator.