Index
All Classes and Interfaces|All Packages|Constant Field Values
V
- valueOf(String) - Static method in enum class com.expedient.adventofcodejade.common.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.expedient.adventofcodejade.solutions.year2024.SolutionDay17.OpCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.expedient.adventofcodejade.solutions.year2024.SolutionDay21.Input
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.expedient.adventofcodejade.solutions.year2024.SolutionDay24.Relationship
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.expedient.adventofcodejade.common.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.expedient.adventofcodejade.solutions.year2024.SolutionDay17.OpCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.expedient.adventofcodejade.solutions.year2024.SolutionDay21.Input
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.expedient.adventofcodejade.solutions.year2024.SolutionDay24.Relationship
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Vector2 - Record Class in com.expedient.adventofcodejade.common
-
Represents a 2D vector between two Coordinates
- Vector2(int, int) - Constructor for record class com.expedient.adventofcodejade.common.Vector2
-
Creates an instance of a
Vector2record class. - Vector2(Coordinate, Coordinate) - Constructor for record class com.expedient.adventofcodejade.common.Vector2
- velocity() - Method in record class com.expedient.adventofcodejade.solutions.year2024.SolutionDay14.Robot
-
Returns the value of the
velocityrecord component. - volume() - Method in record class com.expedient.adventofcodejade.common.RectangularPrism
All Classes and Interfaces|All Packages|Constant Field Values