Top "Glazedlists" questions

How to convert list of objects to list of interfaces?

I have some class that works with interfaces: Here is the interface: public interface Orderable { int getOrder() void setOrder() } Here …

java interface casting glazedlists