Index

E S 
All Classes|All Packages

E

edu.cnm.deepdive - package edu.cnm.deepdive
 

S

StringWarp - Class in edu.cnm.deepdive
Defines the static method substring(String, int, int), which computes—and optionally reverses—a substring of a specified string.
substring(String, int, int) - Static method in class edu.cnm.deepdive.StringWarp
Extracts and returns a substring of the input string, reversing the string when beginIndex > endIndex.
E S 
All Classes|All Packages