com.google.i18n.phonenumbers
Class Phonemetadata.PhoneMetadataCollection

java.lang.Object
  extended by com.google.i18n.phonenumbers.Phonemetadata.PhoneMetadataCollection
All Implemented Interfaces:
Externalizable, Serializable
Direct Known Subclasses:
Phonemetadata.PhoneMetadataCollection.Builder
Enclosing class:
Phonemetadata

public static class Phonemetadata.PhoneMetadataCollection
extends Object
implements Externalizable

See Also:
Serialized Form

Nested Class Summary
static class Phonemetadata.PhoneMetadataCollection.Builder
          Provides a dummy builder.
 
Constructor Summary
Phonemetadata.PhoneMetadataCollection()
           
 
Method Summary
 Phonemetadata.PhoneMetadataCollection addMetadata(Phonemetadata.PhoneMetadata value)
           
 Phonemetadata.PhoneMetadataCollection clear()
           
 int getMetadataCount()
           
 List<Phonemetadata.PhoneMetadata> getMetadataList()
           
static Phonemetadata.PhoneMetadataCollection.Builder newBuilder()
           
 void readExternal(ObjectInput objectInput)
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Phonemetadata.PhoneMetadataCollection

public Phonemetadata.PhoneMetadataCollection()
Method Detail

newBuilder

public static Phonemetadata.PhoneMetadataCollection.Builder newBuilder()

getMetadataList

public List<Phonemetadata.PhoneMetadata> getMetadataList()

getMetadataCount

public int getMetadataCount()

addMetadata

public Phonemetadata.PhoneMetadataCollection addMetadata(Phonemetadata.PhoneMetadata value)

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

clear

public Phonemetadata.PhoneMetadataCollection clear()


Copyright © 2012 Google. All Rights Reserved.