org.apache.derbyTesting.functionTests.util.streams |
|
Java Source File Name | Type | Comment |
ByteAlphabet.java | Class | A looping alphabet, returning bytes in a specified encoding.
The alphabet loops over a list of bytes representing characters. |
CharAlphabet.java | Class | A looping alphabet, returning characters.
The alphabet loops over a list of characters. |
LoopingAlphabetReader.java | Class | A stream returning characters by looping over an alphabet. |
LoopingAlphabetStream.java | Class | A stream returning a cycle of the 26 lowercase letters of the modern Latin
alphabet. |