Top Classes
[default module]

Package org.python.core.stringlib


Class Summary

Modifier and TypeClass and Description
public abstract class
AbstractIntArrayBuilder

The base of two classes that that provide elastic buffers of integer values, somewhat like the java.lang.StringBuilder, but for arrays of integers.

public class
ByteArrayBuilder

An elastic buffer of byte values, somewhat like the java.lang.StringBuilder, but for arrays of bytes.

public class
FieldNameIterator

This class is an implementation of the iterator object returned by string.formatter_field_name_split().

public abstract class
FloatFormatter

A class that provides the implementation of floating-point formatting.

public class
IntArrayBuilder

An elastic buffer of integer values, somewhat like the java.lang.StringBuilder, but for arrays of integers.

public class
IntArrayReverseBuilder

An elastic buffer of integer values, somewhat like the java.lang.StringBuilder, but for arrays of integers.

public abstract class
IntegerFormatter

A class that provides the implementation of integer formatting.

public class
InternalFormat

Static methods and classes for representing a format string and building the formatted output.

public class
MarkupIterator

Provides an implementation of the object that string.formatter_parser() returns, which is an iterator returning successive 4-tuples, the sequence being equivalent to the original string.

public abstract class
TextFormatter

A class that provides the implementation of str and unicode formatting.