Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What and where is TDocument in MongoDB Java API

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.

like image 913
Vivek Aditya Avatar asked Jun 05 '26 15:06

Vivek Aditya


1 Answers

It's a type parameter, the same as E in java.util.List

like image 105
Mario Trucco Avatar answered Jun 07 '26 13:06

Mario Trucco



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!