Package generic.stl
Class Algorithms
- java.lang.Object
-
- generic.stl.Algorithms
-
public class Algorithms extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Algorithms()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> IteratorSTL<T>
lower_bound(IteratorSTL<T> start, IteratorSTL<T> end, T key)
static <T> IteratorSTL<T>
upper_bound(IteratorSTL<T> start, IteratorSTL<T> end, T key)
-
-
-
Method Detail
-
lower_bound
public static <T> IteratorSTL<T> lower_bound(IteratorSTL<T> start, IteratorSTL<T> end, T key)
-
upper_bound
public static <T> IteratorSTL<T> upper_bound(IteratorSTL<T> start, IteratorSTL<T> end, T key)
-
-