} private void tryToCloseWriter(Writer writer, LinkedList<IOException> exceptions) { IOException exception = closeableUtils.tryToClose(writer); if (exception != null) { exceptions.push(exception); } } }
50: private final List<V> hardCache = Collections.synchronizedList(new LinkedList<V>()); Full Snippet Info
37: private final List<EJBEndpoint> ejbEndpoints = new LinkedList<EJBEndpoint>(); Full Snippet Info
40: final public List<String> columnNames = new LinkedList<String>(); Full Snippet Info