public class TypedefRegistry extends Object implements Iterable<Map.Entry<String,ThriftType>>
| Constructor and Description |
|---|
TypedefRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(SwiftJavaType type,
ThriftType thriftType) |
void |
addAll(TypedefRegistry otherRegistry) |
ThriftType |
findType(String key) |
ThriftType |
findType(String defaultNamespace,
String typeName) |
Iterator<Map.Entry<String,ThriftType>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void addAll(TypedefRegistry otherRegistry)
public void add(SwiftJavaType type, ThriftType thriftType)
public ThriftType findType(String defaultNamespace, String typeName)
public ThriftType findType(String key)
public Iterator<Map.Entry<String,ThriftType>> iterator()
iterator in interface Iterable<Map.Entry<String,ThriftType>>Copyright © 2012-2016 Facebook, Inc.. All Rights Reserved.