public abstract class Topic extends Object
Topic(String name)
boolean
equals(Object other)
abstract boolean
isSubTopic(Topic anotherTopic)
String
name()
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Topic(String name)
public String name()
public abstract boolean isSubTopic(Topic anotherTopic)
public boolean equals(Object other)
equals
Object
Copyright © 2021. All rights reserved.