Is it possible to have a private nested class? I ...
# random
z
Is it possible to have a private nested class? I need a data class just so I can return a collection of things from one private function to be consumed by another private function in that class. I don't want the class to be public, no one outside of the class implementation should know about it.