Interface ThreadStack
-
- All Known Implementing Classes:
ThreadStackImpl11
public interface ThreadStack
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StackgetThreadStack()voidremoveThreadStack()
-
-
-
Method Detail
-
getThreadStack
Stack getThreadStack()
-
removeThreadStack
void removeThreadStack()
-
-