In the MongoDB Java API, what is a TDocument
and where is the documentation for it? I know that it is used in generics, so it has to be either a class or an interface. But TDocument
is not anywhere in the documentation.
It's a type parameter, the same as E
in java.util.List