Page: Program_Root/lang/CharSequence.php

A CharSequence is a readable sequence of characters. 
 This interface provides uniform, read-only access to many different kinds of character sequences. 
 This interface does not refine the general contracts of the equals and hashCode methods. 
 The result of comparing two objects that implement CharSequence is therefore, in general, undefined. 
 Each object may be implemented by a different class, and there is no guarantee that each class will 
 be capable of testing its instances for equality with those of the other. 
 It is therefore inappropriate to use arbitrary CharSequence instances as elements in a set or as keys 
 in a map.
Classes in this file:

Include Statements Summary


Global Variable Summary


Constant Summary


Function Summary


Include Statements Detail


Global Variable Detail


Constant Detail


Function Detail