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.ObjectA small utility class used to pair relevant objects together.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LgetLeft()RgetRight()java.lang.StringtoString()
-