◆ SyndicationMap()
org.turro.contacts.SyndicationMap.SyndicationMap |
( |
Contact |
contact | ) |
|
◆ clear()
void org.turro.contacts.SyndicationMap.clear |
( |
| ) |
|
Definition at line 90 of file SyndicationMap.java.
91 throw new UnsupportedOperationException(
"Not supported yet.");
◆ containsKey()
boolean org.turro.contacts.SyndicationMap.containsKey |
( |
Object |
key | ) |
|
◆ containsValue()
boolean org.turro.contacts.SyndicationMap.containsValue |
( |
Object |
value | ) |
|
Definition at line 60 of file SyndicationMap.java.
61 throw new UnsupportedOperationException(
"Not supported yet.");
◆ entrySet()
Set<Map.Entry<String, Syndication> > org.turro.contacts.SyndicationMap.entrySet |
( |
| ) |
|
Definition at line 113 of file SyndicationMap.java.
114 HashSet<Entry<String, Syndication>>
set =
new HashSet();
116 set.add(
new Entry<String, Syndication>() {
118 public String getKey() {
122 public Syndication getValue() {
126 public Syndication setValue(Syndication value) {
127 throw new UnsupportedOperationException(
"Not supported yet.");
◆ get()
Syndication org.turro.contacts.SyndicationMap.get |
( |
Object |
key | ) |
|
◆ isEmpty()
boolean org.turro.contacts.SyndicationMap.isEmpty |
( |
| ) |
|
◆ keySet()
Set<String> org.turro.contacts.SyndicationMap.keySet |
( |
| ) |
|
◆ put()
Definition at line 75 of file SyndicationMap.java.
76 throw new UnsupportedOperationException(
"Not supported yet.");
◆ putAll()
void org.turro.contacts.SyndicationMap.putAll |
( |
Map<? extends String, ? extends Syndication > |
m | ) |
|
Definition at line 85 of file SyndicationMap.java.
86 throw new UnsupportedOperationException(
"Not supported yet.");
◆ remove()
Syndication org.turro.contacts.SyndicationMap.remove |
( |
Object |
key | ) |
|
Definition at line 80 of file SyndicationMap.java.
81 throw new UnsupportedOperationException(
"Not supported yet.");
◆ size()
int org.turro.contacts.SyndicationMap.size |
( |
| ) |
|
◆ values()
Collection<Syndication> org.turro.contacts.SyndicationMap.values |
( |
| ) |
|
The documentation for this class was generated from the following file: