Uses of Class
ezvcard.util.ListMultimap

Packages that use ListMultimap
ezvcard   
ezvcard.parameter   
ezvcard.util   
 

Uses of ListMultimap in ezvcard
 

Methods in ezvcard that return ListMultimap
 ListMultimap<VCardProperty,Warning> ValidationWarnings.getWarnings()
          Gets all of the validation warnings.
 

Uses of ListMultimap in ezvcard.parameter
 

Subclasses of ListMultimap in ezvcard.parameter
 class VCardParameters
          Holds the parameters (aka "sub types") of a vCard property.
 

Uses of ListMultimap in ezvcard.util
 

Constructors in ezvcard.util with parameters of type ListMultimap
ListMultimap(ListMultimap<K,V> orig)
          Creates a copy of an existing multimap.
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.