Github user kaspersorensen commented on the issue:

    https://github.com/apache/metamodel/pull/163
  
    If I was to paraphrase then you're saying that just because not every 
`List` is ordered, you shouldn't have a `get(int)` method? I don't think that's 
reasonable :-) I agree that it might not be what you want to use in many (most) 
situations. But if you know that you're looking for "table no. X" then it adds 
a small convenience. Or maybe you know the amount of tables, but not their 
names, and you want to fire a query to select the count of all tables?


---

Reply via email to