Package io.pebbletemplates.pebble.utils
Class Pair<L,R>
- java.lang.Object
-
- io.pebbletemplates.pebble.utils.Pair<L,R>
-
public class Pair<L,R> extends java.lang.Object
A small utility class used to pair relevant objects together.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description L
getLeft()
R
getRight()
java.lang.String
toString()
-