![JAR search and dependency download from the Maven repository](/logo.png)
org.klojang.path.PrimitiveArraySegmentWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of klojang-invoke Show documentation
Show all versions of klojang-invoke Show documentation
Klojang Invoke is a Java module focused on path-based object access and dynamic
invocation. Its central classes are the Path class and the PathWalker class. The
Path class captures a path through an object graph. For example
"employee.address.city". The PathWalker class lets you read from and write to
a wide variety of types using Path objects.
package org.klojang.path;
import java.util.OptionalInt;
import static org.klojang.path.PathWalkerException.indexExpected;
import static org.klojang.path.PathWalkerException.indexOutOfBounds;
import static org.klojang.util.InvokeMethods.getArrayLength;
import static org.klojang.util.InvokeMethods.setArrayElement;
import static org.klojang.convert.NumberMethods.toInt;
final class PrimitiveArraySegmentWriter extends
SegmentWriter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy