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