Package design.pattern.structural
Interface Bridge
public interface Bridge
Bridge
is used when we want to isolate the implementation LinkedList
with the abstraction FIFOCollection
Bridge
is used when we want to isolate the implementation LinkedList
with the abstraction FIFOCollection