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 classAn Iterable for a Map or Collection of Maps.classA simple one-shot iterable wrapper for a reader.final classAn 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 firstnitem 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 TypeClassDescriptionclassAnIterablewrapper that will start aProgressBarfor each iterator.