Fix bug in AsYouTypeFormatter where we hit a IndexOutOfBoundsException in its Java...
[platform/upstream/libphonenumber.git] / javadoc / overview-tree.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc (build 1.6.0-google-v3) on Wed May 04 18:24:03 CEST 2011 -->
6 <TITLE>
7 Class Hierarchy
8 </TITLE>
9
10 <META NAME="date" CONTENT="2011-05-04">
11
12 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
13
14 <SCRIPT type="text/javascript">
15 function windowTitle()
16 {
17     if (location.href.indexOf('is-external=true') == -1) {
18         parent.document.title="Class Hierarchy";
19     }
20 }
21 </SCRIPT>
22 <NOSCRIPT>
23 </NOSCRIPT>
24
25 </HEAD>
26
27 <BODY BGCOLOR="white" onload="windowTitle();">
28 <HR>
29
30
31 <!-- ========= START OF TOP NAVBAR ======= -->
32 <A NAME="navbar_top"><!-- --></A>
33 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35 <TR>
36 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37 <A NAME="navbar_top_firstrow"><!-- --></A>
38 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39   <TR ALIGN="center" VALIGN="top">
40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="com/google/i18n/phonenumbers/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
42   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
43   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
44   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
45   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
46   </TR>
47 </TABLE>
48 </TD>
49 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
50 </EM>
51 </TD>
52 </TR>
53
54 <TR>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 &nbsp;PREV&nbsp;
57 &nbsp;NEXT</FONT></TD>
58 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59   <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
60 &nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
61 &nbsp;<SCRIPT type="text/javascript">
62   <!--
63   if(window==top) {
64     document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
65   }
66   //-->
67 </SCRIPT>
68 <NOSCRIPT>
69   <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
70 </NOSCRIPT>
71
72
73 </FONT></TD>
74 </TR>
75 </TABLE>
76 <A NAME="skip-navbar_top"></A>
77 <!-- ========= END OF TOP NAVBAR ========= -->
78
79 <HR>
80 <CENTER>
81 <H2>
82 Hierarchy For All Packages</H2>
83 </CENTER>
84 <DL>
85 <DT><B>Package Hierarchies:</B><DD><A HREF="com/google/i18n/phonenumbers/package-tree.html">com.google.i18n.phonenumbers</A></DL>
86 <HR>
87 <H2>
88 Class Hierarchy
89 </H2>
90 <UL>
91 <LI TYPE="circle">java.lang.Object<UL>
92 <LI TYPE="circle">com.google.i18n.phonenumbers.<A HREF="com/google/i18n/phonenumbers/AsYouTypeFormatter.html" title="class in com.google.i18n.phonenumbers"><B>AsYouTypeFormatter</B></A><LI TYPE="circle">com.google.i18n.phonenumbers.<A HREF="com/google/i18n/phonenumbers/PhoneNumberMatch.html" title="class in com.google.i18n.phonenumbers"><B>PhoneNumberMatch</B></A><LI TYPE="circle">com.google.i18n.phonenumbers.<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers"><B>PhoneNumberUtil</B></A><LI TYPE="circle">java.lang.Throwable (implements java.io.Serializable)
93 <UL>
94 <LI TYPE="circle">java.lang.Exception<UL>
95 <LI TYPE="circle">com.google.i18n.phonenumbers.<A HREF="com/google/i18n/phonenumbers/NumberParseException.html" title="class in com.google.i18n.phonenumbers"><B>NumberParseException</B></A></UL>
96 </UL>
97 </UL>
98 </UL>
99 <H2>
100 Enum Hierarchy
101 </H2>
102 <UL>
103 <LI TYPE="circle">java.lang.Object<UL>
104 <LI TYPE="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
105 <UL>
106 <LI TYPE="circle">com.google.i18n.phonenumbers.<A HREF="com/google/i18n/phonenumbers/NumberParseException.ErrorType.html" title="enum in com.google.i18n.phonenumbers"><B>NumberParseException.ErrorType</B></A><LI TYPE="circle">com.google.i18n.phonenumbers.<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberFormat.html" title="enum in com.google.i18n.phonenumbers"><B>PhoneNumberUtil.PhoneNumberFormat</B></A><LI TYPE="circle">com.google.i18n.phonenumbers.<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberType.html" title="enum in com.google.i18n.phonenumbers"><B>PhoneNumberUtil.PhoneNumberType</B></A><LI TYPE="circle">com.google.i18n.phonenumbers.<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.MatchType.html" title="enum in com.google.i18n.phonenumbers"><B>PhoneNumberUtil.MatchType</B></A><LI TYPE="circle">com.google.i18n.phonenumbers.<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.ValidationResult.html" title="enum in com.google.i18n.phonenumbers"><B>PhoneNumberUtil.ValidationResult</B></A><LI TYPE="circle">com.google.i18n.phonenumbers.<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.Leniency.html" title="enum in com.google.i18n.phonenumbers"><B>PhoneNumberUtil.Leniency</B></A></UL>
107 </UL>
108 </UL>
109 <HR>
110
111
112 <!-- ======= START OF BOTTOM NAVBAR ====== -->
113 <A NAME="navbar_bottom"><!-- --></A>
114 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
115 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
116 <TR>
117 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
118 <A NAME="navbar_bottom_firstrow"><!-- --></A>
119 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
120   <TR ALIGN="center" VALIGN="top">
121   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="com/google/i18n/phonenumbers/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
122   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
123   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
124   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
125   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
126   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
127   </TR>
128 </TABLE>
129 </TD>
130 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
131 </EM>
132 </TD>
133 </TR>
134
135 <TR>
136 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
137 &nbsp;PREV&nbsp;
138 &nbsp;NEXT</FONT></TD>
139 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
140   <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
141 &nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
142 &nbsp;<SCRIPT type="text/javascript">
143   <!--
144   if(window==top) {
145     document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
146   }
147   //-->
148 </SCRIPT>
149 <NOSCRIPT>
150   <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
151 </NOSCRIPT>
152
153
154 </FONT></TD>
155 </TR>
156 </TABLE>
157 <A NAME="skip-navbar_bottom"></A>
158 <!-- ======== END OF BOTTOM NAVBAR ======= -->
159
160 <HR>
161
162 </BODY>
163 </HTML>